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))
|
("S" lsp-shutdown-workspace))
|
||||||
:general
|
:general
|
||||||
(lsp-mode-map "C-c h" 'hydra-lsp/body)
|
(lsp-mode-map "C-c h" 'hydra-lsp/body)
|
||||||
|
((normal visual motion) lsp-mode-map "K" #'lsp-describe-thing-at-point)
|
||||||
:config
|
:config
|
||||||
(setq lsp-prefer-flymake nil)
|
(setq lsp-prefer-flymake nil)
|
||||||
:commands lsp-mode)
|
:commands lsp-mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user