first commit

This commit is contained in:
2025-08-03 21:49:28 +02:00
commit 9c41628613
29 changed files with 1775 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
-- Indent Blankline
-- https://github.com/lukas-reineke/indent-blankline.nvim
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 = {},
},
}