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