From 5f1edd1c811d9bc6c73b48ceeb2c6f316b97cfbe Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 23 Feb 2023 22:36:41 +0300 Subject: [PATCH] users/editor: use volar lsp instead of deprecated vls --- users/modules/editor.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/modules/editor.nix b/users/modules/editor.nix index 6541927..ce55669 100644 --- a/users/modules/editor.nix +++ b/users/modules/editor.nix @@ -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\")"; };