aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lsp')
-rw-r--r--lsp/sqls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/sqls.lua b/lsp/sqls.lua
index ce3eb666..25dec930 100644
--- a/lsp/sqls.lua
+++ b/lsp/sqls.lua
@@ -8,7 +8,7 @@
--- ...
--- })
--- ```
---- 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).
+--- Sqls can be installed via `go install github.com/sqls-server/sqls@latest`. Instructions for compiling Sqls from the source can be found at [sqls-server/sqls](https://github.com/sqls-server/sqls).
return {
cmd = { 'sqls' },
filetypes = { 'sql', 'mysql' },