Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
chore(volar): update volar package name (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden authored Mar 14, 2022
1 parent c3ac57f commit e244ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-lsp-installer/servers/volar/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e244ac1

Please sign in to comment.