Change SQL language server
This commit is contained in:
parent
aa0bdca44d
commit
5ab08a4f77
|
@ -1 +1 @@
|
||||||
sqls
|
sql-language-server
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue