kickstart.nvim/lua/custom/plugins/snacks-nvim.lua

17 lines
435 B
Lua

return {
'folke/snacks.nvim',
priority = 1000,
lazy = false,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
bigfile = { enabled = true },
dashboard = { enabled = true },
notifier = { enabled = true },
quickfile = { enabled = true },
statuscolumn = { enabled = true },
words = { enabled = true },
},
}