aboutsummaryrefslogtreecommitdiffstats
path: root/eatit-cfg.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-02 20:56:08 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-02 20:56:08 -0400
commitcea46259ba27ab27ab8bc53b2efa4c934b9dc7dd (patch)
treef1ae6b0ea366523bc40cc8fd57c3e53db598d950 /eatit-cfg.lua
parentea21c43b9dd087503e8578905526bb5911bddc60 (diff)
downloadeat-it-cea46259ba27ab27ab8bc53b2efa4c934b9dc7dd.tar.gz
eat-it-cea46259ba27ab27ab8bc53b2efa4c934b9dc7dd.tar.bz2
eat-it-cea46259ba27ab27ab8bc53b2efa4c934b9dc7dd.zip
make the plugin definition more verbose, and less strict.
stop script from cloning if there are no new commits. make the code a tiny bit cleaner. bit of a kitchen sink :(
Diffstat (limited to 'eatit-cfg.lua')
-rw-r--r--eatit-cfg.lua5
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