fix(nvim): do not show indent lines for noice ft's

This commit is contained in:
Price Hiller 2022-10-28 12:20:20 -05:00
parent f9ec552ed5
commit 1264a19fdc

View File

@ -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" }