Compare commits

...

2 commits

Author SHA1 Message Date
Geoffrey Frogeye 5ab08a4f77
Change SQL language server 2023-04-14 14:43:38 +02:00
Geoffrey Frogeye aa0bdca44d
Update mpv config 2023-04-14 14:41:24 +02:00
4 changed files with 4 additions and 3 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

View file

@ -9,7 +9,7 @@ cache_directory=/tmp/my_mpv_thumbnails
# Whether to generate thumbnails automatically on video load, without a keypress # Whether to generate thumbnails automatically on video load, without a keypress
# Defaults to yes # Defaults to yes
autogenerate=yes autogenerate=no
# Only automatically thumbnail videos shorter than this (in seconds) # Only automatically thumbnail videos shorter than this (in seconds)
# You will have to press T (or your own keybind) to enable the thumbnail previews # You will have to press T (or your own keybind) to enable the thumbnail previews

View file

@ -1,3 +1,4 @@
no-audio-display no-audio-display
save-position-on-quit
# Required by thumbnails script # Required by thumbnails script
osc=no osc=no