adjustments to indent-blankline config. disable by default
This commit is contained in:
parent
00f8a43580
commit
35c1093d4e
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue