docs: corrected plugin spec location (#25)
Also fixed minor typos and ambiguities.
This commit is contained in:
parent
d9aa1d0f08
commit
a13d5c9076
@ -2,7 +2,7 @@
|
|||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
if true then return {} end
|
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:
|
-- In your plugin files, you can:
|
||||||
-- * add extra plugins
|
-- * add extra plugins
|
||||||
@ -196,7 +196,7 @@ return {
|
|||||||
-- use mini.starter instead of alpha
|
-- use mini.starter instead of alpha
|
||||||
{ import = "lazyvim.plugins.extras.ui.mini-starter" },
|
{ 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" },
|
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||||
|
|
||||||
-- add any tools you want to have installed below
|
-- add any tools you want to have installed below
|
||||||
|
Loading…
Reference in New Issue
Block a user