diff options
| author | Jess Archer <jess@jessarcher.com> | 2022-03-15 07:43:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 14:43:47 -0700 |
| commit | e25df578ab2f9e51e3a5c3139e6831838a9c28b4 (patch) | |
| tree | 6dee6f003601b01b5f1768940f1943cd60714e8f /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar.gz nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar.bz2 nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar.lz nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar.xz nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.tar.zst nvim-lspconfig-e25df578ab2f9e51e3a5c3139e6831838a9c28b4.zip | |
docs: update Volar package name in docs (#1776)
The [`@volar/server`](https://github.com/neovim/nvim-lspconfig/pull/1770) NPM package has been renamed to [`@volar/vue-language-server`](https://www.npmjs.com/package/@volar/vue-language-server).
The change to the server config was already made in https://github.com/neovim/nvim-lspconfig/pull/1770 so this is just updating the docs.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/volar.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/volar.lua b/lua/lspconfig/server_configurations/volar.lua index acc6b808..c993f53e 100644 --- a/lua/lspconfig/server_configurations/volar.lua +++ b/lua/lspconfig/server_configurations/volar.lua @@ -71,14 +71,14 @@ return { }, docs = { description = [[ -https://github.com/johnsoncodehk/volar/tree/master/packages/server +https://github.com/johnsoncodehk/volar/tree/master/packages/vue-language-server Volar language server for Vue Volar can be installed via npm: ```sh -npm install -g @volar/server +npm install -g @volar/vue-language-server ``` Volar by default supports Vue 3 projects. Vue 2 projects need [additional configuration](https://github.com/johnsoncodehk/volar/blob/master/extensions/vscode-vue-language-features/README.md?plain=1#L28-L63). |
