diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/sqlls.lua')
| -rw-r--r-- | lsp/sqlls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/sqlls.lua b/lsp/sqlls.lua index aebd4c99..04e6d611 100644 --- a/lsp/sqlls.lua +++ b/lsp/sqlls.lua @@ -4,6 +4,7 @@ --- --- This LSP can be installed via `npm`. Find further instructions on manual installation of the sql-language-server at [joe-re/sql-language-server](https://github.com/joe-re/sql-language-server). +---@type vim.lsp.Config return { cmd = { 'sql-language-server', 'up', '--method', 'stdio' }, filetypes = { 'sql', 'mysql' }, |
