feat(nvim): exclude OverseerForm from indent blankline

This commit is contained in:
Price Hiller 2022-09-26 10:24:17 -05:00
parent dd3335ee9c
commit e7e2c3e404

View File

@ -14,6 +14,7 @@ g.indent_blankline_filetype_exclude = {
"mason.nvim",
"mason",
"man",
"OverseerForm",
}
g.indent_blankline_buftype_exclude = { "terminal" }