feat(nvim): do not add winbar to no-neck-pain buffers

This commit is contained in:
Price Hiller 2024-01-25 15:32:10 -06:00
parent 16ea3f016b
commit 71dbfa3098
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1067,6 +1067,7 @@ return {
return ft:lower():find(excluded_ft) ~= nil
end, {
".*neogit.*",
".*no-neck-pain.*"
})
if #matches > 0 then
return false