fix(nvim): do not show indent lines for noice ft's
This commit is contained in:
parent
f9ec552ed5
commit
1264a19fdc
@ -15,6 +15,7 @@ g.indent_blankline_filetype_exclude = {
|
|||||||
"mason",
|
"mason",
|
||||||
"man",
|
"man",
|
||||||
"OverseerForm",
|
"OverseerForm",
|
||||||
|
"noice"
|
||||||
}
|
}
|
||||||
|
|
||||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||||
|
Loading…
Reference in New Issue
Block a user