fix(typecript): remove dependency on nvim-vtsls. Not needed anymore

This commit is contained in:
Folke Lemaitre
2024-06-05 22:19:44 +02:00
parent a636bf2022
commit cae2c226b5

View File

@ -13,15 +13,6 @@ return {
})
end,
{
"yioneko/nvim-vtsls",
lazy = true,
opts = {},
config = function(_, opts)
require("vtsls").config(opts)
end,
},
-- correctly setup lspconfig
{
"neovim/nvim-lspconfig",