aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/sqls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/sqls.lua')
-rw-r--r--lsp/sqls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/sqls.lua b/lsp/sqls.lua
index 25dec930..f9af7d9a 100644
--- a/lsp/sqls.lua
+++ b/lsp/sqls.lua
@@ -9,6 +9,7 @@
--- })
--- ```
--- 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).
+---@type vim.lsp.Config
return {
cmd = { 'sqls' },
filetypes = { 'sql', 'mysql' },