AutoYADM commit: 2025-06-16 17:36:58

This commit is contained in:
Daniel Fichtinger 2025-06-16 17:36:58 -04:00
parent 2170e3418d
commit be0ce95ec5
4 changed files with 18 additions and 4 deletions

View file

@ -196,3 +196,8 @@ map -docstring 'popup shell' global user . ': popup-shell<ret>'
# }
# }
try %{
evaluate-commands %sh{kak-lsp-diags}
map -docstring 'enable diagnostic hover' global ui "'" ': lsp-diag-hover-enable<ret>'
map -docstring 'disable diagnostic hover' global ui '"' ': lsp-diag-hover-disable<ret>'
}