feat(vatsal): Create new config vatsal
kickstart folder contains the original init.lua file. Current init.lua gets it's config from lua.vatsal.plugins which what I created to modularize the code and enable lazy loading. Init to lua now loads all the plugins from vatsal.plugins
This commit is contained in:
parent
7a5a4b0c72
commit
47b7622fe7
27 changed files with 1233 additions and 11 deletions
|
|
@ -1,15 +0,0 @@
|
|||
return {
|
||||
-- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
dependencies = { 'HiPhish/rainbow-delimiters.nvim' },
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
main = 'ibl',
|
||||
opts = {
|
||||
scope = { highlight = { 'RainbowDelimiterRed' }, char = '▎', show_start = true },
|
||||
exclude = {
|
||||
buftypes = { 'dashboard', 'alpha', 'help', 'lazy', 'mason' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue