Bind lsp-describe-thing-at-point to K in lsp-mode

This commit is contained in:
Jeremy Dormitzer 2020-02-17 15:21:33 -05:00
parent 5284088640
commit 666d771133

View File

@ -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)