feat(nvim): exclude OverseerForm from indent blankline
This commit is contained in:
parent
dd3335ee9c
commit
e7e2c3e404
@ -14,6 +14,7 @@ g.indent_blankline_filetype_exclude = {
|
|||||||
"mason.nvim",
|
"mason.nvim",
|
||||||
"mason",
|
"mason",
|
||||||
"man",
|
"man",
|
||||||
|
"OverseerForm",
|
||||||
}
|
}
|
||||||
|
|
||||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user