diff --git a/docs/src/language_servers.md b/docs/src/language_servers.md index 17acb15d9..4026f2151 100644 --- a/docs/src/language_servers.md +++ b/docs/src/language_servers.md @@ -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.