Bind lsp-describe-thing-at-point to K in lsp-mode
This commit is contained in:
parent
5284088640
commit
666d771133
@ -2502,6 +2502,7 @@ Emacs support for the Language Server Protocol
|
||||
("S" lsp-shutdown-workspace))
|
||||
:general
|
||||
(lsp-mode-map "C-c h" 'hydra-lsp/body)
|
||||
((normal visual motion) lsp-mode-map "K" #'lsp-describe-thing-at-point)
|
||||
:config
|
||||
(setq lsp-prefer-flymake nil)
|
||||
:commands lsp-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user