Skip to content

Commit

Permalink
chore(volar): @volar/server -> @volar/vue-language-server
Browse files Browse the repository at this point in the history
See vuejs/language-tools#876

Add new languageFeatures.implementation = true option
as per CHANGELOG.md in volar repo for version 0.33
  • Loading branch information
sethidden committed Mar 13, 2022
1 parent 096398a commit ac3f907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lspconfig/server_configurations/volar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ local volar_init_options = {
serverPath = '',
},
languageFeatures = {
implementation = true,
-- not supported - https://github.com/neovim/neovim/pull/14122
semanticTokens = false,
references = true,
Expand Down Expand Up @@ -46,7 +47,7 @@ local volar_init_options = {
},
}

local bin_name = 'volar-server'
local bin_name = 'vue-language-server'
local cmd = { bin_name, '--stdio' }

if vim.fn.has 'win32' == 1 then
Expand Down

0 comments on commit ac3f907

Please sign in to comment.