diff options
| author | github-actions <github-actions@github.com> | 2022-03-14 21:43:59 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-03-14 21:43:59 +0000 |
| commit | 7ea1afcd82b0f637e2ab28fa12d02c6fac117848 (patch) | |
| tree | dca826828a892f72838f3951f9e77e2afaf8aae5 | |
| parent | docs: update Volar package name in docs (#1776) (diff) | |
| download | nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar.gz nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar.bz2 nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar.lz nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar.xz nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.tar.zst nvim-lspconfig-7ea1afcd82b0f637e2ab28fa12d02c6fac117848.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 625e1d48..43700042 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5199,14 +5199,14 @@ require'lspconfig'.vls.setup{} ## volar -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). diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 625e1d48..43700042 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5199,14 +5199,14 @@ require'lspconfig'.vls.setup{} ## volar -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). |
