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
|
||||
end, {
|
||||
".*neogit.*",
|
||||
".*no-neck-pain.*"
|
||||
"no-neck-pain"
|
||||
})
|
||||
if #matches > 0 then
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user