feat(nvim): update indent blankline to exclude some neogit buffers

This commit is contained in:
Price Hiller 2023-07-13 15:40:22 -05:00
parent 3485034412
commit 337bd9e894
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -17,6 +17,9 @@ g.indent_blankline_filetype_exclude = {
"OverseerForm", "OverseerForm",
"noice", "noice",
"lazy", "lazy",
"NeogitStatus",
"NeogitHelpPopup",
"NeogitLogView",
} }
g.indent_blankline_buftype_exclude = { "terminal" } g.indent_blankline_buftype_exclude = { "terminal" }