Skip to content

Commit

Permalink
docs(v-analyzer): change repository location to vlang org (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoola authored Sep 9, 2024
1 parent bdbc65a commit 2541fc9
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 2541fc9

Please sign in to comment.