AutoYADM commit: 2025-06-10 15:28:37

This commit is contained in:
Daniel Fichtinger 2025-06-10 15:28:37 -04:00
parent b654a2f572
commit f096e44679
2 changed files with 21 additions and 11 deletions

View file

@ -237,6 +237,13 @@ define-command -params 2 lsp-diag-query %{
}
}
hook global KakEnd .* %{
nop %sh{
printf 'exit\n' >"$kak_opt_diagpipe_in"
read result < "$kak_opt_diagpipe_out"
}
}
define-command lsp-diag-hover-enable %{
hook window User lsp-diag-hover-false %{
try inlay-diagnostics-off
@ -252,13 +259,6 @@ define-command lsp-diag-hover-enable %{
hook window WinSetOption lsp_inline_diagnostics=.* %{
lsp-diag-set
}
hook global KakEnd .* %{
nop %sh{
printf 'exit\n' >"$kak_opt_diagpipe_in"
read result < "$kak_opt_diagpipe_out"
}
}
}
hook global User lsp-enabled %{