Skip to content

Commit 1db856c

Browse files
committed
refacfor(core): Global functions now get loaded after VimEnter
1 parent 76818e6 commit 1db856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/bars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--- Load all the global functions.
2-
require("bars.global");
32

43
--- Attach to new Windows.
54
---
@@ -151,6 +150,7 @@ vim.api.nvim_create_autocmd({ "ColorScheme" }, {
151150
--- Update the tab list when opening new windows.
152151
vim.api.nvim_create_autocmd({ "VimEnter" }, {
153152
callback = function ()
153+
require("bars.global");
154154
require("bars.highlights").apply();
155155

156156
--- Attach various bars & lines globally if

0 commit comments

Comments
 (0)