From 2523a70925d5ddfb4b4c0f6c371ed583724a2196 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 3 Jul 2023 15:57:37 -0400 Subject: add example of how to use the new config feature --- eatit-cfg.lua | 3 +++ 1 file changed, 3 insertions(+) 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 }, } -- cgit v1.2.1