config update

This commit is contained in:
2026-01-14 13:14:25 +01:00
parent 70fb6adeb9
commit 1e3b1ec550
17 changed files with 727 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
version = 'v3.9.0',
-- See `:help ibl`
main = 'ibl',
opts = {},
config = function ()
require("ibl").setup()
end
},
}