Support SQL dev

This commit is contained in:
Geoffrey Frogeye 2022-03-20 18:09:21 +01:00
parent 4b9d696aee
commit 2e759f9fc6
Signed by: geoffrey
GPG Key ID: C72403E7F82E6AD8
3 changed files with 8 additions and 3 deletions

View File

@ -1,12 +1,13 @@
root_access: yes
display_server: "x11"
dev_stuffs:
- python
- shell
- network
- ansible
- docker
- network
- php
- python
- shell
- sql
software_full: yes
has_battery: yes
auto_numlock: yes

View File

@ -0,0 +1 @@
sqls

View File

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