AutoYADM commit: 2025-06-23 15:50:15

This commit is contained in:
Daniel Fichtinger 2025-06-23 15:50:15 -04:00
parent 3ff1a14b11
commit 93a83d7ad8

View file

@ -280,6 +280,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
map -docstring 'refresh ltex dictionary' buffer latex r ': ltex-dictionary-load<ret>' map -docstring 'refresh ltex dictionary' buffer latex r ': ltex-dictionary-load<ret>'
map -docstring 'edit ltex dictionary' buffer latex e ': ltex-dictionary-edit<ret>' map -docstring 'edit ltex dictionary' buffer latex e ': ltex-dictionary-edit<ret>'
map -docstring 'texlab build' buffer latex b ': texlab-build<ret>' map -docstring 'texlab build' buffer latex b ': texlab-build<ret>'
try lsp-progress-disable
} }
remove-hooks global lsp-filetype-javascript remove-hooks global lsp-filetype-javascript