summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Ramage <53498605+JustALawnGnome7@users.noreply.github.com>2023-06-02 16:27:43 -0500
committerGitHub <noreply@github.com>2023-06-02 23:27:43 +0200
commita13d5c90769ce6177d1e27b46efd967ed52c1d68 (patch)
treefa956e23175db26f016cc7069a9ad710d9a66c31
parentd9aa1d0f08d2b9b29765132b401175da125031e8 (diff)
docs: corrected plugin spec location (#25)
Also fixed minor typos and ambiguities.
-rw-r--r--lua/plugins/example.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua
index 5d2c1f8..78a3370 100644
--- a/lua/plugins/example.lua
+++ b/lua/plugins/example.lua
@@ -2,7 +2,7 @@
-- stylua: ignore
if true then return {} end
--- every spec file under config.plugins will be loaded automatically by lazy.nvim
+-- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim
--
-- In your plugin files, you can:
-- * add extra plugins
@@ -196,7 +196,7 @@ return {
-- use mini.starter instead of alpha
{ import = "lazyvim.plugins.extras.ui.mini-starter" },
- -- add jsonls and schemastore ans setup treesitter for json, json5 and jsonc
+ -- add jsonls and schemastore packages, and setup treesitter for json, json5 and jsonc
{ import = "lazyvim.plugins.extras.lang.json" },
-- add any tools you want to have installed below