From 13fe0322c418077a036bc910570fba6e7b8404fc Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 22 Jan 2023 23:25:05 +0300 Subject: [PATCH] users/editor: add ls for vue --- users/modules/editor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/editor.nix b/users/modules/editor.nix index 12766ab..f5b8441 100644 --- a/users/modules/editor.nix +++ b/users/modules/editor.nix @@ -49,6 +49,7 @@ let nil_ls = { }; tsserver = { }; eslint = { }; + vuels = { }; denols = { root_dir = mkLuaRaw "root_pattern(\"deno.json\", \"deno.jsonc\")"; };