update config to new version

This commit is contained in:
Gilad Sher 2024-03-03 11:10:20 -05:00
parent 2d4812d283
commit 8b0b978624
8 changed files with 904 additions and 746 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 = {},
},
}