Add lazy and plugins dir

This commit is contained in:
Rakshit Sinha 2024-11-03 20:15:03 -08:00
parent 1dacc4c2d3
commit a467ba4a69
25 changed files with 1393 additions and 0 deletions

View file

@ -0,0 +1,10 @@
return {
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
event = { 'BufReadPre', 'BufNewFile' },
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
},
}