add example of how to use the new config feature

This commit is contained in:
2023-07-03 15:57:37 -04:00
parent 66f5681be3
commit 2523a70925

View File

@ -21,6 +21,9 @@ plugins = { -- the plugins you want to load
{ 'https://git.squi.bid/eat-it',
file = 'eatit.lua',
dir = 'scripts',
cfg = function()
print('this is an example')
end
},
}