From e77be17fe694de3fb779f84cfc73d6e29d3fb6e7 Mon Sep 17 00:00:00 2001 From: justin-f-perez Date: Tue, 28 Dec 2021 13:25:47 -0600 Subject: [PATCH] fix typo in example_init.lua "install_plugin" -> "install_plugins" --- examples/example_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_init.lua b/examples/example_init.lua index 5d08fd5..2425cc2 100644 --- a/examples/example_init.lua +++ b/examples/example_init.lua @@ -18,7 +18,7 @@ end) -- you can remove it if you dont have any custom options -- Install plugins --- To add new plugins, use the "install_plugin" hook, +-- To add new plugins, use the "install_plugins" hook, -- examples below: