first commit

This commit is contained in:
2026-02-26 12:22:38 +01:00
commit 998b9fdcba
17 changed files with 1419 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 = {},
},
}