fix typo in example_init.lua
"install_plugin" -> "install_plugins"
This commit is contained in:
parent
de9b702f0e
commit
e77be17fe6
|
@ -18,7 +18,7 @@ end)
|
||||||
-- you can remove it if you dont have any custom options
|
-- you can remove it if you dont have any custom options
|
||||||
|
|
||||||
-- Install plugins
|
-- Install plugins
|
||||||
-- To add new plugins, use the "install_plugin" hook,
|
-- To add new plugins, use the "install_plugins" hook,
|
||||||
|
|
||||||
-- examples below:
|
-- examples below:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue