aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eatit-cfg.lua3
1 files changed, 3 insertions, 0 deletions
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
},
}