AutoYADM commit: 2024-11-22 01:53:53

This commit is contained in:
Daniel Fichtinger 2024-11-22 01:53:53 -05:00
parent be8caaa538
commit 5f24f10427
19 changed files with 1702 additions and 11 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 = {},
},
}