This commit is contained in:
m3tam3re
2024-09-10 10:17:55 +02:00
commit b1393f4b54
16 changed files with 1780 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 = {},
},
}