feat(nvim): do not show indent lines in man pages
This commit is contained in:
parent
c3db0c021f
commit
414a7f1579
@ -13,6 +13,7 @@ g.indent_blankline_filetype_exclude = {
|
||||
"lspinfo",
|
||||
"mason.nvim",
|
||||
"mason",
|
||||
"man",
|
||||
}
|
||||
|
||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||
|
Loading…
Reference in New Issue
Block a user