Update winbar.lua

This commit is contained in:
SamPosh 2023-04-24 14:09:20 +05:30 committed by GitHub
parent 27dc2be9b3
commit 97b26eec8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ vim.api.nvim_create_autocmd({
require("barbecue.ui").update() require("barbecue.ui").update()
end, end,
}) })
end
return M return M