refactor(nvim): allow winbar in git.* fts

This commit is contained in:
Price Hiller 2024-03-09 20:57:09 -06:00
parent 419a860078
commit 75c12a3e40
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1061,7 +1061,7 @@ return {
disable_winbar_cb = function(args)
return conditions.buffer_matches({
buftype = { "nofile", "prompt", "quickfix", "terminal" },
filetype = { "^git.*", "fugitive", "Trouble", "dashboard", ".*neogit.*", "no-neck-pain" },
filetype = { "fugitive", "Trouble", "dashboard", ".*neogit.*", "no-neck-pain" },
}, args.buf)
end,
},