neovim: replace tsserver with vtsls

This commit is contained in:
Alexandre Cavalheiro 2024-09-04 21:15:31 -03:00
parent 4777d46665
commit f2bca2ac0e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 7 additions and 7 deletions

View file

@ -34,7 +34,7 @@
nixfmt-rfc-style
# TypeScript
typescript-language-server
(callPackage ../vtsls/package.nix { })
# Rust
rust-analyzer

View file

@ -63,7 +63,7 @@ return {
"svelte",
"taplo",
"volar",
"tsserver",
"vtsls",
"yamlls",
},
-- customize language server configuration options passed to `lspconfig`
@ -85,7 +85,7 @@ return {
},
},
},
tsserver = {
vtsls = {
init_options = {
plugins = {
{