Add a keybinding to find symbol uses
This commit is contained in:
parent
a9e6688079
commit
f5b17e863d
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@
|
||||||
(use-package wgrep)
|
(use-package wgrep)
|
||||||
|
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
|
:bind (:map lsp-mode-map
|
||||||
|
("M-?" . lsp-find-references))
|
||||||
:hook (before-save . (lambda ()
|
:hook (before-save . (lambda ()
|
||||||
(when (bound-and-true-p lsp-mode)
|
(when (bound-and-true-p lsp-mode)
|
||||||
(progn
|
(progn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue