refactor(nvim): allow winbar in git.*
fts
This commit is contained in:
parent
419a860078
commit
75c12a3e40
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user