fix(typecript): remove dependency on nvim-vtsls
. Not needed anymore
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user