Skip to content

Commit 875a96c

Browse files
authored
docs: update vue servers (#2549)
1 parent 1d2e995 commit 875a96c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/src/language_servers.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -897,14 +897,24 @@ This server has more features, like go to definition, rename, etc.
897897
898898
There are multiple options:
899899
900-
### Vetur
900+
### Vue Language Server
901+
902+
Recommended, actively maintained package based on [vuejs/language-tools](https://github.com/vuejs/language-tools).
901903
902904
Follow installation instructions on [LSP-vue](https://github.com/sublimelsp/LSP-vue).
903905
904906
### Volar
905907
908+
Based on 1.x version of Volar (later renamed to Vue Language Server). Not recommended.
909+
906910
Follow installation instructions on [LSP-volar](https://github.com/sublimelsp/LSP-volar).
907911
912+
### Vetur
913+
914+
No longer maintained, not compatible with TypeScript 5+ or new Vue versions.
915+
916+
Follow installation instructions on [LSP-vetur](https://github.com/sublimelsp/LSP-vetur).
917+
908918
## Vala
909919
910920
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.

0 commit comments

Comments
 (0)