Skip to content

Commit

Permalink
find-def-return
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Sep 11, 2024
1 parent 21dfcda commit 3ebde3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4227,6 +4227,7 @@ so we can check to see if flyspell is just lacking a definition."
:bind :bind
(:map lsp-bridge-mode-map (:map lsp-bridge-mode-map
("M-." . lsp-bridge-find-def) ("M-." . lsp-bridge-find-def)
("M-," . lsp-bridge-find-def-return)
("M-/" . lsp-bridge-popup-complete-menu) ("M-/" . lsp-bridge-popup-complete-menu)
("s-e" . lsp-bridge-popup-diagnostic))) ("s-e" . lsp-bridge-popup-diagnostic)))


Expand Down

0 comments on commit 3ebde3e

Please sign in to comment.