This commit is contained in:
AM
2025-04-09 22:08:31 -05:00
parent d8ccf46cc4
commit 83777d9478
16 changed files with 1748 additions and 0 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 = {},
},
}