Skip to content

Commit

Permalink
Update Volar package name in README
Browse files Browse the repository at this point in the history
This was already updated in the server config at neovim#1770
  • Loading branch information
jessarcher committed Mar 14, 2022
1 parent 686a00f commit e5ffff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e5ffff2

Please sign in to comment.