Compare commits
No commits in common. "5ab08a4f77af4ddf432274c9e6887294f0c7a861" and "1fd1a0df7b3c003a9655cf8b806714a11201c202" have entirely different histories.
5ab08a4f77
...
1fd1a0df7b
|
@ -1 +1 @@
|
||||||
sql-language-server
|
sqls
|
||||||
|
|
|
@ -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 %}
|
||||||
"sqlls",
|
"sqls",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
|
|
|
@ -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=no
|
autogenerate=yes
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
no-audio-display
|
no-audio-display
|
||||||
save-position-on-quit
|
|
||||||
# Required by thumbnails script
|
# Required by thumbnails script
|
||||||
osc=no
|
osc=no
|
||||||
|
|
Loading…
Reference in a new issue