diff options
| author | George <george@primalskill.com> | 2025-04-22 14:42:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 04:42:42 -0700 |
| commit | 84dbb703db46f45e0497d0a2ff1a9fdac12fc909 (patch) | |
| tree | d4a3f33336d6ce81bd0da47b85f5d37cf7824cc5 /lsp/sqls.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar.gz nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar.bz2 nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar.lz nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar.xz nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.tar.zst nvim-lspconfig-84dbb703db46f45e0497d0a2ff1a9fdac12fc909.zip | |
docs(sqls): fix install instructions #3758
Diffstat (limited to 'lsp/sqls.lua')
| -rw-r--r-- | lsp/sqls.lua | 2 |
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' }, |
