diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-03 15:57:37 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-03 15:57:37 -0400 |
commit | 2523a70925d5ddfb4b4c0f6c371ed583724a2196 (patch) | |
tree | 678210ed99d1d9d13b0302d75380e761739a22d8 /eatit-cfg.lua | |
parent | 66f5681be3298f67ff0eaede20ad072952816025 (diff) | |
download | eat-it-2523a70925d5ddfb4b4c0f6c371ed583724a2196.tar.gz eat-it-2523a70925d5ddfb4b4c0f6c371ed583724a2196.tar.bz2 eat-it-2523a70925d5ddfb4b4c0f6c371ed583724a2196.zip |
add example of how to use the new config feature
Diffstat (limited to '')
-rw-r--r-- | eatit-cfg.lua | 3 |
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 }, } |