pull/52/merge
istepic 2024-12-12 13:05:12 -03:00 committed by GitHub
commit 785bcb962b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 8 deletions

View File

@ -112,8 +112,11 @@ return {
}, },
-- for typescript, LazyVim also includes extra specs to properly setup lspconfig, -- for typescript, LazyVim also includes extra specs to properly setup lspconfig,
-- treesitter, mason and typescript.nvim. So instead of the above, you can use: -- treesitter, mason and typescript.nvim. So instead of the above, you can use
{ import = "lazyvim.plugins.extras.lang.typescript" }, -- { 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 -- add more treesitter parsers
{ {
@ -176,12 +179,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",