mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
Config Update
- Added a bunch of plugins - Added `minicyan` colorscheme
This commit is contained in:
parent
5bdde24dfb
commit
2080d9aa9c
8 changed files with 849 additions and 61 deletions
20
lua/custom/plugins/snacks.lua
Normal file
20
lua/custom/plugins/snacks.lua
Normal file
|
@ -0,0 +1,20 @@
|
|||
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 = { example = 'advanced' },
|
||||
indent = { enabled = true },
|
||||
input = { enabled = true },
|
||||
notifier = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
scroll = { enabled = true },
|
||||
statuscolumn = { enabled = true },
|
||||
words = { enabled = true },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue