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' })
|
end, { desc = '[T]oggle [I]ndentation Guides' })
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
enabled = false,
|
||||||
|
indent = {
|
||||||
|
char = '┊',
|
||||||
|
tab_char = '┊',
|
||||||
|
},
|
||||||
|
scope = {
|
||||||
|
show_start = false,
|
||||||
|
show_end = false,
|
||||||
|
},
|
||||||
exclude = {
|
exclude = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
'help',
|
'help',
|
||||||
|
|
Loading…
Reference in a new issue