mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(typecript): remove dependency on nvim-vtsls
. Not needed anymore
This commit is contained in:
parent
a636bf2022
commit
cae2c226b5
1 changed files with 0 additions and 9 deletions
|
@ -13,15 +13,6 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
{
|
|
||||||
"yioneko/nvim-vtsls",
|
|
||||||
lazy = true,
|
|
||||||
opts = {},
|
|
||||||
config = function(_, opts)
|
|
||||||
require("vtsls").config(opts)
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
|
|
||||||
-- correctly setup lspconfig
|
-- correctly setup lspconfig
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue