fix(nvim): do not add indent lines to lazy fts
This commit is contained in:
parent
ec3e3921d4
commit
c8ea2be84b
@ -15,7 +15,8 @@ g.indent_blankline_filetype_exclude = {
|
||||
"mason",
|
||||
"man",
|
||||
"OverseerForm",
|
||||
"noice"
|
||||
"noice",
|
||||
"lazy"
|
||||
}
|
||||
|
||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user