Initial Commit

This commit is contained in:
Marc Talcott 2024-05-28 14:26:17 -04:00
parent 5aeddfdd5d
commit 437a8fc86b
14 changed files with 875 additions and 782 deletions

View file

@ -1,9 +0,0 @@
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 = {},
},
}