Use our fork of kak-lsp with showMessageRequest

This commit is contained in:
Natsu Kagami 2023-04-11 13:23:47 +02:00
parent bd54c41c33
commit 530802c0ee
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 8 additions and 6 deletions

View file

@ -113,6 +113,7 @@ try %{
}
hook global WinSetOption filetype=(racket|rust|python|go|javascript|typescript|c|cpp|tex|latex|fsharp|ocaml|haskell|nix|scala) %{
lsp-enable-window
map window lsp N -docstring "Display the next message request" ": lsp-show-message-request-next<ret>"
map window normal <c-l> ": enter-user-mode lsp<ret>"
map window normal <c-h> ": lsp-hover<ret>"
map window normal <c-s-h> ": lsp-hover-buffer<ret>"