adjustments to indent-blankline config. disable by default

This commit is contained in:
Gered 2024-09-01 19:25:06 -04:00
parent 00f8a43580
commit 35c1093d4e

View file

@ -11,6 +11,15 @@ return {
end, { desc = '[T]oggle [I]ndentation Guides' })
return {
enabled = false,
indent = {
char = '',
tab_char = '',
},
scope = {
show_start = false,
show_end = false,
},
exclude = {
filetypes = {
'help',