Skip to content

Commit

Permalink
fix(sqls): repository moves to organization (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi authored Dec 21, 2023
1 parent a2e84dd commit 1d6a89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/sqls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ return {
},
docs = {
description = [[
https://github.com/lighttiger2505/sqls
https://github.com/sqls-server/sqls
```lua
require'lspconfig'.sqls.setup{
cmd = {"path/to/command", "-config", "path/to/config.yml"};
...
}
```
Sqls can be installed via `go get github.com/lighttiger2505/sqls`. Instructions for compiling Sqls from the source can be found at [lighttiger2505/sqls](https://github.com/lighttiger2505/sqls).
Sqls can be installed via `go get github.com/sqls-server/sqls`. Instructions for compiling Sqls from the source can be found at [sqls-server/sqls](https://github.com/sqls-server/sqls).
]],
},
Expand Down

0 comments on commit 1d6a89a

Please sign in to comment.