diff --git a/eatit-cfg.lua b/eatit-cfg.lua index fa5ebaf..6c2fac3 100644 --- a/eatit-cfg.lua +++ b/eatit-cfg.lua @@ -21,6 +21,9 @@ plugins = { -- the plugins you want to load { 'https://git.squi.bid/eat-it', file = 'eatit.lua', dir = 'scripts', + cfg = function() + print('this is an example') + end }, }