From 2162b9cd2e0d307fed376f909c75db6c0afac217 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 16 Jul 2023 20:22:13 -0400 Subject: add comments, change formatting on powerwash logging, ... only remove log if logging is enabled --- eatit-cfg.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'eatit-cfg.lua') diff --git a/eatit-cfg.lua b/eatit-cfg.lua index 7d3eb76..dcdc95e 100644 --- a/eatit-cfg.lua +++ b/eatit-cfg.lua @@ -18,10 +18,11 @@ GNU General Public License for more details. -- after being called with dofile() plugins = { -- the plugins you want to load - { 'https://git.squi.bid/eat-it', - file = 'eatit.lua', - dir = 'scripts', - cfg = function() + { 'https://git.squi.bid/eat-it', -- required, specifies the git repo + file = 'eatit.lua', -- required, specifies the desired file + dir = 'scripts', -- optional, sets the dest dir + branch = 'master', -- optional, sets the desired branch + cfg = function() -- optional, runs code on mpv startup print('this is an example') end }, -- cgit v1.2.1