diff options
| author | Nemoola <144327005+nemoola@users.noreply.github.com> | 2024-09-09 14:27:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 13:27:26 +0800 |
| commit | 2541fc9838f66b6a644a97389544231e23014f3c (patch) | |
| tree | 22cf06296bd4a09553b5f958cad1da93899d8748 /lua/lspconfig/server_configurations | |
| parent | feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232 (diff) | |
| download | nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar.gz nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar.bz2 nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar.lz nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar.xz nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.tar.zst nvim-lspconfig-2541fc9838f66b6a644a97389544231e23014f3c.zip | |
docs(v-analyzer): change repository location to vlang org (#3292)
Diffstat (limited to 'lua/lspconfig/server_configurations')
| -rw-r--r-- | lua/lspconfig/server_configurations/v_analyzer.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/v_analyzer.lua b/lua/lspconfig/server_configurations/v_analyzer.lua index d3892593..d6b7e273 100644 --- a/lua/lspconfig/server_configurations/v_analyzer.lua +++ b/lua/lspconfig/server_configurations/v_analyzer.lua @@ -8,11 +8,11 @@ return { }, docs = { description = [[ -https://github.com/v-analyzer/v-analyzer +https://github.com/vlang/v-analyzer V language server. -`v-analyzer` can be installed by following the instructions [here](https://github.com/v-analyzer/v-analyzer#installation). +`v-analyzer` can be installed by following the instructions [here](https://github.com/vlang/v-analyzer#installation). ]], default_config = { root_dir = [[root_pattern("v.mod", ".git")]], |
