init commit
This commit is contained in:
15
config/dot/nvim/lua/plugins/snacks.lua
Normal file
15
config/dot/nvim/lua/plugins/snacks.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
'folke/snacks.nvim',
|
||||
dependencies = {
|
||||
{ 'echasnovski/mini.icons', },
|
||||
},
|
||||
config = function()
|
||||
require'snacks'.setup({
|
||||
animate = { enabled = true },
|
||||
bigfile = { enabled = true },
|
||||
image = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
scroll = { enabled = true },
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user