neovim: tell lspconfig that vtsls is present and update vtsls hash
This commit is contained in:
parent
8cc3bcd17d
commit
5ad03ee2e8
|
@ -59,8 +59,8 @@ return {
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"svelte",
|
"svelte",
|
||||||
"taplo",
|
"taplo",
|
||||||
"tsserver",
|
|
||||||
"volar",
|
"volar",
|
||||||
|
"vtsls",
|
||||||
"yamlls",
|
"yamlls",
|
||||||
},
|
},
|
||||||
-- customize language server configuration options passed to `lspconfig`
|
-- customize language server configuration options passed to `lspconfig`
|
||||||
|
|
|
@ -12,7 +12,7 @@ buildNpmPackage rec {
|
||||||
owner = "yioneko";
|
owner = "yioneko";
|
||||||
repo = "vtsls";
|
repo = "vtsls";
|
||||||
rev = "server-v${version}";
|
rev = "server-v${version}";
|
||||||
hash = "sha256-bc8KDsvAxvHdUhO2wn1KBc4jB/LKz+fozfrPGmD15wQ=";
|
hash = "sha256-rHiH42WpKR1nZjsW+Q4pit1aLbNIKxpYSy7sjPS0WGc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue