fix(nvim): correctly exclude winbar for no-neck-pain
buffers
This commit is contained in:
parent
aa1cb3a0c4
commit
82dd7c2aa9
@ -1067,7 +1067,7 @@ return {
|
|||||||
return ft:lower():find(excluded_ft) ~= nil
|
return ft:lower():find(excluded_ft) ~= nil
|
||||||
end, {
|
end, {
|
||||||
".*neogit.*",
|
".*neogit.*",
|
||||||
".*no-neck-pain.*"
|
"no-neck-pain"
|
||||||
})
|
})
|
||||||
if #matches > 0 then
|
if #matches > 0 then
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user