tweaks on top of TJ's configuration

This commit is contained in:
talksik
2024-03-20 08:43:28 -07:00
commit 45595037c5
11 changed files with 1446 additions and 0 deletions
+9
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 = {},
},
}