Add easy keybinding for lsp-describe-thing-at-point

This commit is contained in:
Jeremy Dormitzer 2022-03-30 13:48:04 -04:00
parent 7cd6f4fc71
commit 696da8ed63

View File

@ -53,7 +53,9 @@
:custom
(lsp-keymap-prefix "C-c l")
(lsp-headerline-breadcrumb-enable nil)
(lsp-file-watch-threshold 100000))
(lsp-file-watch-threshold 100000)
:general
(normal lsp-mode-map "K" #'lsp-describe-thing-at-point))
(use-package lsp-ui
:hook (lsp-mode . lsp-ui-mode)