feat(nvim): update indent blankline to exclude some neogit buffers
This commit is contained in:
parent
3485034412
commit
337bd9e894
@ -17,6 +17,9 @@ g.indent_blankline_filetype_exclude = {
|
||||
"OverseerForm",
|
||||
"noice",
|
||||
"lazy",
|
||||
"NeogitStatus",
|
||||
"NeogitHelpPopup",
|
||||
"NeogitLogView",
|
||||
}
|
||||
|
||||
g.indent_blankline_buftype_exclude = { "terminal" }
|
||||
|
Loading…
Reference in New Issue
Block a user