diff options
| author | J.c <Jak-Ch-ll@mailbox.org> | 2025-05-10 13:56:36 +0200 |
|---|---|---|
| committer | J.c <Jak-Ch-ll@mailbox.org> | 2025-05-11 15:54:13 +0200 |
| commit | 221bc7bd182c78453c67db34e4bc465dc13612d4 (patch) | |
| tree | 777fa4e1af83081232497cad407ca139f64a61a3 /lsp/ts_ls.lua | |
| parent | docs: cleanup (diff) | |
| download | nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar.gz nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar.bz2 nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar.lz nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar.xz nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.tar.zst nvim-lspconfig-221bc7bd182c78453c67db34e4bc465dc13612d4.zip | |
feat(volar)!: rename to 'vue_ls'
The Vue language tooling does not use 'Volar' prominently in its
documentation. The official name for the language server is
'@vue/language-server'.
Diffstat (limited to 'lsp/ts_ls.lua')
| -rw-r--r-- | lsp/ts_ls.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lsp/ts_ls.lua b/lsp/ts_ls.lua index 877a663c..360a805b 100644 --- a/lsp/ts_ls.lua +++ b/lsp/ts_ls.lua @@ -35,10 +35,10 @@ --- --- ### Vue support --- ---- As of 2.0.0, Volar no longer supports TypeScript itself. Instead, a plugin +--- As of 2.0.0, the Vue language server no longer supports TypeScript itself. Instead, a plugin --- adds Vue support to this language server. --- ---- *IMPORTANT*: It is crucial to ensure that `@vue/typescript-plugin` and `volar `are of identical versions. +--- *IMPORTANT*: It is crucial to ensure that `@vue/typescript-plugin` and `@vue/language-server `are of identical versions. --- --- ```lua --- vim.lsp.config('ts_ls', { @@ -58,9 +58,9 @@ --- }, --- }) --- ---- -- You must make sure volar is setup ---- -- e.g. vim.lsp.config('volar') ---- -- See volar's section for more information +--- -- You must make sure the Vue language server is setup +--- -- e.g. vim.lsp.config('vue_ls') +--- -- See vue_ls's section for more information --- ``` --- --- `location` MUST be defined. If the plugin is installed in `node_modules`, |
