Skip to content

Commit 500245f

Browse files
committed
fix(core): setup() now gets called when loading this plugin
1 parent f46958a commit 500245f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugin/bars.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--- Load all the global functions.
22
require("bars.global");
3-
local bars = require("bars")
3+
local bars = require("bars");
4+
5+
bars.setup();
46

57
---|fS "Cache default values."
68

0 commit comments

Comments
 (0)