From cea46259ba27ab27ab8bc53b2efa4c934b9dc7dd Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 2 Jul 2023 20:56:08 -0400 Subject: 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 :( --- eatit-cfg.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eatit-cfg.lua') 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 -- cgit v1.2.1