neovim: replace tsserver with vtsls
This commit is contained in:
parent
f87d7581a0
commit
38622791b6
|
@ -34,7 +34,7 @@
|
|||
nixfmt-rfc-style
|
||||
|
||||
# TypeScript
|
||||
typescript-language-server
|
||||
(callPackage ../vtsls/package.nix { })
|
||||
|
||||
# Rust
|
||||
rust-analyzer
|
||||
|
|
|
@ -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 = {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue