Add easy keybinding for lsp-describe-thing-at-point
This commit is contained in:
parent
7cd6f4fc71
commit
696da8ed63
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user