stable kickstart config

This commit is contained in:
Natercio Moniz
2024-10-07 17:18:40 +01:00
commit 7133d5b08e
16 changed files with 1533 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 = {},
},
}