Added missing nvim config files

This commit is contained in:
Zackarias Montell
2025-05-15 11:41:38 +02:00
parent 243b759813
commit f69e928131
11 changed files with 459 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 = {},
},
}