fix(nvim): do not add indent lines to lazy fts

This commit is contained in:
Price Hiller 2022-12-21 00:33:45 -06:00
parent ec3e3921d4
commit c8ea2be84b

View File

@ -15,7 +15,8 @@ g.indent_blankline_filetype_exclude = {
"mason",
"man",
"OverseerForm",
"noice"
"noice",
"lazy"
}
g.indent_blankline_buftype_exclude = { "terminal" }