add example of how to use the new config feature
This commit is contained in:
@ -21,6 +21,9 @@ plugins = { -- the plugins you want to load
|
|||||||
{ 'https://git.squi.bid/eat-it',
|
{ 'https://git.squi.bid/eat-it',
|
||||||
file = 'eatit.lua',
|
file = 'eatit.lua',
|
||||||
dir = 'scripts',
|
dir = 'scripts',
|
||||||
|
cfg = function()
|
||||||
|
print('this is an example')
|
||||||
|
end
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user