initial import
This commit is contained in:
commit
f9f53656f7
32 changed files with 1064 additions and 0 deletions
14
lua/plugins/snacks.nvim.lua
Normal file
14
lua/plugins/snacks.nvim.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return { {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
|
||||
opts = {
|
||||
notifier = { enabled = true },
|
||||
terminal = { enabled = true },
|
||||
indent = { enabled = true, only_scope = true, only_current = false },
|
||||
git = { enabled = true },
|
||||
bufdelete = { enabled = true },
|
||||
},
|
||||
} }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue