remove cfg option. it was useless, and the lssi module can do...

everything it does better, and faster
This commit is contained in:
2023-07-16 20:41:43 -04:00
parent be22f54635
commit 80de336bdb
2 changed files with 0 additions and 18 deletions

View File

@ -22,9 +22,6 @@ plugins = { -- the plugins you want to load
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
},
}