AutoYADM commit: 2025-06-06 15:09:17
This commit is contained in:
parent
494b569453
commit
97227fd761
1 changed files with 9 additions and 0 deletions
|
@ -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{@}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue