Skip to content

Commit 3178191

Browse files
committed
Add Helix editor
1 parent 5a1e8c2 commit 3178191

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guide/scaling-up/tooling.md

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ If you are looking for a lighter-weight alternative for no-build-step usage, che
100100

101101
- Other IDEs that support the [Language Service Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) can also leverage Volar's core functionalities via LSP:
102102

103+
- [Helix](https://helix-editor.com/) supports out-of-the-box, as long as you install [`@vue/language-server`](https://www.npmjs.com/package/@vue/language-server), the Vue language server. To work with Vue + TypeScript, you also
104+
need to install TypeScript language server, [`typescript-language-server`](https://www.npmjs.com/package/typescript-language-server) and configure it to use [`@vue/typescript-plugin`](https://www.npmjs.com/package/@vue/typescript-plugin) as a plugin.
105+
103106
- Sublime Text support via [LSP-Volar](https://github.com/sublimelsp/LSP-volar).
104107

105108
- vim / Neovim support via [coc-volar](https://github.com/yaegassy/coc-volar).

0 commit comments

Comments
 (0)