add example of how to use the new config feature
This commit is contained in:
parent
66f5681be3
commit
2523a70925
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue