Skip to content

Commit fa288e8

Browse files
committed
fix: Fixed a bug with default setup fumction not working
1 parent cab033b commit fa288e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/bars.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ vim.g.__statuscolumn = vim.o.statuscolumn;
66
--- Update the tab list when opening new windows.
77
vim.api.nvim_create_autocmd({ "VimEnter" }, {
88
callback = function ()
9+
require("bars").setup();
10+
911
require("bars.global");
1012
require("bars.highlights").setup();
1113

0 commit comments

Comments
 (0)