pull/119/merge
Iordanis Petkakis 2025-03-29 01:01:06 +02:00 committed by GitHub
commit 468d95a24b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -111,10 +111,6 @@ 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" },
-- add more treesitter parsers -- add more treesitter parsers
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
@ -176,12 +172,6 @@ return {
end, 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 -- add any tools you want to have installed below
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",