diff options
| author | equal-l2 <eng.equall2@gmail.com> | 2022-10-09 23:02:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-09 07:02:57 -0700 |
| commit | 918806941f78434761e9a3605e482fee22a2e571 (patch) | |
| tree | 929ab214da789eee38c75722569202f4067a60a2 /lua/lspconfig/server_configurations/volar.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar.gz nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar.bz2 nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar.lz nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar.xz nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.tar.zst nvim-lspconfig-918806941f78434761e9a3605e482fee22a2e571.zip | |
Fix broken links (#2183)
* fix(idris2_lsp): fix a broken link
The package `idris2-api-git` doesn't exist anymore.
I confirmed `idris2` also installs idris2api.
* fix(volar): specify the commit for URL
* fix(codeqlls): fix a broken link
Diffstat (limited to 'lua/lspconfig/server_configurations/volar.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/volar.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/volar.lua b/lua/lspconfig/server_configurations/volar.lua index 0b536c96..64c6a414 100644 --- a/lua/lspconfig/server_configurations/volar.lua +++ b/lua/lspconfig/server_configurations/volar.lua @@ -5,7 +5,7 @@ local function get_typescript_server_path(root_dir) return project_root and (util.path.join(project_root, 'node_modules', 'typescript', 'lib')) or '' end --- https://github.com/johnsoncodehk/volar/blob/master/packages/shared/src/types.ts +-- https://github.com/johnsoncodehk/volar/blob/20d713b/packages/shared/src/types.ts local volar_init_options = { typescript = { tsdk = '', @@ -70,7 +70,7 @@ return { }, docs = { description = [[ -https://github.com/johnsoncodehk/volar/tree/master/packages/vue-language-server +https://github.com/johnsoncodehk/volar/tree/20d713b/packages/vue-language-server Volar language server for Vue |
