]> git.localhorst.tv Git - nvim-config.git/commitdiff
docs: corrected plugin spec location (#25)
authorMiles Ramage <53498605+JustALawnGnome7@users.noreply.github.com>
Fri, 2 Jun 2023 21:27:43 +0000 (16:27 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 21:27:43 +0000 (23:27 +0200)
Also fixed minor typos and ambiguities.

lua/plugins/example.lua

index 5d2c1f8740344350a8c5cea84f1b5bf5ffe02da8..78a33705bc81d43f512475cb14424d6dc4172b33 100644 (file)
@@ -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