neovim: replace tsserver with vtsls

This commit is contained in:
Alexandre Cavalheiro 2024-09-04 21:15:31 -03:00
parent f87d7581a0
commit 38622791b6
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 nixfmt-rfc-style
# TypeScript # TypeScript
typescript-language-server (callPackage ../vtsls/package.nix { })
# Rust # Rust
rust-analyzer rust-analyzer

View file

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