diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-02 20:56:08 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-02 20:56:08 -0400 |
commit | cea46259ba27ab27ab8bc53b2efa4c934b9dc7dd (patch) | |
tree | f1ae6b0ea366523bc40cc8fd57c3e53db598d950 /eatit-cfg.lua | |
parent | ea21c43b9dd087503e8578905526bb5911bddc60 (diff) | |
download | eat-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 '')
-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 |