mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
15 lines
231 B
Lua
15 lines
231 B
Lua
-- Plugins that don't require much configuration are in here.
|
|
--
|
|
return {
|
|
{
|
|
"folke/snacks.nvim",
|
|
opts = {
|
|
indent = { enabled = false },
|
|
},
|
|
},
|
|
{
|
|
"christoomey/vim-tmux-navigator",
|
|
lazy = false,
|
|
},
|
|
}
|