applied my custom settings without breaking anything

This commit is contained in:
topper3418 2024-07-21 22:46:30 -05:00
parent 452854b26d
commit 6aa224ecad
24 changed files with 3034 additions and 768 deletions

View file

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