users/editor: use volar lsp instead of deprecated vls
This commit is contained in:
parent
6cc760088b
commit
5f1edd1c81
1 changed files with 5 additions and 1 deletions
|
@ -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\")";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue