first commit

This commit is contained in:
2025-07-16 13:42:20 -04:00
commit 49f9890967
14 changed files with 1680 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 = {},
},
}