AutoYADM commit: 2025-06-21 22:21:14

This commit is contained in:
Daniel Fichtinger 2025-06-21 22:21:14 -04:00
parent c9c7c5f977
commit ada64a150c

View file

@ -59,6 +59,7 @@ define-command -override lsp-progress-enable %{
# mappings # mappings
map global user k ': lsp-hover<ret>' -docstring 'LSP hover'
map global user l ': enter-user-mode lsp<ret>' -docstring 'LSP mode' map global user l ': enter-user-mode lsp<ret>' -docstring 'LSP mode'
map global insert <tab> '<a-;>:try lsp-snippets-select-next-placeholders catch %{ execute-keys -with-hooks <lt>tab> }<ret>' -docstring 'Select next snippet placeholder' map global insert <tab> '<a-;>:try lsp-snippets-select-next-placeholders catch %{ execute-keys -with-hooks <lt>tab> }<ret>' -docstring 'Select next snippet placeholder'