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",
|
||||
"man",
|
||||
"OverseerForm",
|
||||
"noice"
|
||||
}
|
||||
|
||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||
|
Loading…
Reference in New Issue
Block a user