AutoYADM commit: 2025-06-14 18:30:14

This commit is contained in:
Daniel Fichtinger 2025-06-14 18:30:14 -04:00
parent daef9dc9ef
commit 4a1c3c9335

View file

@ -201,6 +201,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=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>'
}
remove-hooks global lsp-filetype-javascript