add snacks and catppuccin theme
This commit is contained in:
parent
209f4c2fc1
commit
abf1273892
2 changed files with 20 additions and 2 deletions
16
lua/custom/plugins/snacks-nvim.lua
Normal file
16
lua/custom/plugins/snacks-nvim.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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 },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue