Skip to content

Commit

Permalink
docs: update vue servers (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 9, 2024
1 parent 1d2e995 commit 875a96c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,14 +897,24 @@ This server has more features, like go to definition, rename, etc.
There are multiple options:
### Vetur
### Vue Language Server
Recommended, actively maintained package based on [vuejs/language-tools](https://github.com/vuejs/language-tools).
Follow installation instructions on [LSP-vue](https://github.com/sublimelsp/LSP-vue).
### Volar
Based on 1.x version of Volar (later renamed to Vue Language Server). Not recommended.
Follow installation instructions on [LSP-volar](https://github.com/sublimelsp/LSP-volar).
### Vetur
No longer maintained, not compatible with TypeScript 5+ or new Vue versions.
Follow installation instructions on [LSP-vetur](https://github.com/sublimelsp/LSP-vetur).
## Vala
1. Install the [Vala-TMBundle](https://packagecontrol.io/packages/Vala-TMBundle) package from Package Control to add Vala syntax highlighting and for Vala files to be reconginsed.
Expand Down

0 comments on commit 875a96c

Please sign in to comment.