up
This commit is contained in:
28
lua/kickstart/plugins/snacks.lua
Normal file
28
lua/kickstart/plugins/snacks.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
-- snacks
|
||||
-- A collection of small QoL plugins for Neovim.
|
||||
-- https://github.com/folke/snacks.nvim
|
||||
|
||||
return {
|
||||
{
|
||||
'folke/snacks.nvim',
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
-- 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 },
|
||||
-- explorer = { enabled = true },
|
||||
-- indent = { enabled = true },
|
||||
-- input = { enabled = true },
|
||||
-- picker = { enabled = true },
|
||||
-- notifier = { enabled = true },
|
||||
-- quickfile = { enabled = true },
|
||||
-- scope = { enabled = true },
|
||||
-- scroll = { enabled = true },
|
||||
-- statuscolumn = { enabled = true },
|
||||
-- words = { enabled = true },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user