feat: bust up the project, refresh upstream

This commit is contained in:
Garrett Dawson 2024-05-24 17:48:34 -06:00
parent a3cd76746c
commit 2079778b89
47 changed files with 1446 additions and 1205 deletions

View file

@ -0,0 +1,9 @@
return {
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
opts = {
debounce = 100,
indent = { char = '' },
whitespace = { highlight = { 'Whitespace', 'NonText' } },
},
}