Skip to content

Commit

Permalink
fix(v-analyzer): Change repository location to vlang org
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoola committed Sep 8, 2024
1 parent bdbc65a commit afb477e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13033,11 +13033,11 @@ require'lspconfig'.uvls.setup{}

## v_analyzer

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).



Expand Down
4 changes: 2 additions & 2 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13033,11 +13033,11 @@ require'lspconfig'.uvls.setup{}

## v_analyzer

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).



Expand Down
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/v_analyzer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")]],
Expand Down

0 comments on commit afb477e

Please sign in to comment.