dashboard configured

This commit is contained in:
Daniel B Sherry 2025-05-16 22:03:34 -05:00
parent 6f06ad0baa
commit e34b835fbf
23 changed files with 119 additions and 19 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 = {},
},
}