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\")"; };