users/editor: use volar lsp instead of deprecated vls

This commit is contained in:
Dmitriy Pleshevskiy 2023-02-23 22:36:41 +03:00
parent 6cc760088b
commit 5f1edd1c81
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -48,7 +48,11 @@ let
nil_ls = { };
tsserver = { };
eslint = { };
vuels = { };
volar = {
init_options = {
typescript.tsdk = "./node_modules/typescript/lib";
};
};
denols = {
root_dir = mkLuaRaw "root_pattern(\"deno.json\", \"deno.jsonc\")";
};