From e244ac1c13c1986d0d58d08d52b3bc406d6590a1 Mon Sep 17 00:00:00 2001 From: Artur Tagisow <5359825+sethidden@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:45:58 +0100 Subject: chore(volar): update volar package name (#534) see https://github.com/johnsoncodehk/volar/issues/876 see https://github.com/johnsoncodehk/volar/blob/master/packages/vue-language-server/package.json#L2 --- lua/nvim-lsp-installer/servers/volar/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-lsp-installer/servers/volar/init.lua b/lua/nvim-lsp-installer/servers/volar/init.lua index 2be49183..769689b4 100644 --- a/lua/nvim-lsp-installer/servers/volar/init.lua +++ b/lua/nvim-lsp-installer/servers/volar/init.lua @@ -25,7 +25,7 @@ return function(name, root_dir) root_dir = root_dir, homepage = "https://github.com/johnsoncodehk/volar", languages = { "vue" }, - installer = npm.packages { "@volar/server", "typescript" }, + installer = npm.packages { "@volar/vue-language-server", "typescript" }, default_options = { cmd_env = npm.env(root_dir), on_new_config = function(new_config, new_root_dir) -- cgit v1.3.1