diff options
Diffstat (limited to '')
-rw-r--r-- | eatit-cfg.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eatit-cfg.lua b/eatit-cfg.lua index 73b7a87..5a03b3a 100644 --- a/eatit-cfg.lua +++ b/eatit-cfg.lua @@ -3,7 +3,10 @@ plugins = { -- the plugins you want to load -- link to repo file dest dir - { 'https://git.squi.bid/eat-it', 'eatit.lua', 'scripts' }, + { 'https://git.squi.bid/eat-it', + file = 'eatit.lua', + dir = 'scripts', + }, } -- options for eat it |