AutoYADM commit: 2025-06-23 18:40:15

This commit is contained in:
Daniel Fichtinger 2025-06-23 18:40:15 -04:00
parent 3455be367e
commit a84f8e259f
2 changed files with 14 additions and 8 deletions

View file

@ -277,8 +277,8 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
declare-filetype-mode latex
map -docstring 'PDF preview search' buffer latex / ': texlab-forward-search<ret>'
map -docstring 'add selection to ltex dictionary' buffer latex a ': ltex-dictionary-add<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 'refresh ltex dictionary' buffer latex R ': ltex-dictionary-load<ret>'
map -docstring 'edit ltex dictionary' buffer latex E ': ltex-dictionary-edit<ret>'
map -docstring 'texlab build' buffer latex B ': texlab-build<ret>'
try lsp-progress-disable
}