feat(nvim): do not show indent lines in man pages

This commit is contained in:
Price Hiller 2022-09-10 01:29:14 -05:00
parent c3db0c021f
commit 414a7f1579

View File

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