AutoYADM commit: 2025-06-06 15:09:17

This commit is contained in:
Daniel Fichtinger 2025-06-06 15:09:17 -04:00
parent 494b569453
commit 97227fd761

View file

@ -145,4 +145,13 @@ hook -group lsp-filetype-markdown global BufSetOption filetype=markdown %{
}
}
# can override this to customize what's rendered in the menu
define-command -override -hidden lsp-perform-code-action -params 1.. -docstring "Called on :lsp-code-actions" %{
nop %sh{
if printf '%s' "$kak_opt_lsp_servers" | grep -q 'harper-ls'; then
notify-send "harper time"
fi
}
lsp-menu %arg{@}
}