mirror of https://github.com/LazyVim/starter
Merge 9e23715854
into 803bc181d7
commit
785bcb962b
|
@ -112,8 +112,11 @@ return {
|
|||
},
|
||||
|
||||
-- for typescript, LazyVim also includes extra specs to properly setup lspconfig,
|
||||
-- treesitter, mason and typescript.nvim. So instead of the above, you can use:
|
||||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
-- treesitter, mason and typescript.nvim. So instead of the above, you can use
|
||||
-- { import = "lazyvim.plugins.extras.lang.typescript" } in config/lazy.lua or
|
||||
-- installing Extras with :LazyExtras. Do not import Extras from plugins/ folder
|
||||
-- as it might lead to unintended consequences for configuration. See
|
||||
-- https://github.com/LazyVim/LazyVim/issues/2567
|
||||
|
||||
-- add more treesitter parsers
|
||||
{
|
||||
|
@ -176,12 +179,6 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- use mini.starter instead of alpha
|
||||
{ import = "lazyvim.plugins.extras.ui.mini-starter" },
|
||||
|
||||
-- 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
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
|
|
Loading…
Reference in New Issue