Change SQL language server

This commit is contained in:
Geoffrey Frogeye 2023-04-14 14:43:38 +02:00
parent aa0bdca44d
commit 5ab08a4f77
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
sqls sql-language-server

View file

@ -53,7 +53,7 @@ local servers = {
"phpactor", -- Install this one manually https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation "phpactor", -- Install this one manually https://phpactor.readthedocs.io/en/master/usage/standalone.html#global-installation
{% endif %} {% endif %}
{% if 'sql' in dev_stuffs %} {% if 'sql' in dev_stuffs %}
"sqls", "sqlls",
{% endif %} {% endif %}
} }
for _, lsp in ipairs(servers) do for _, lsp in ipairs(servers) do