diff --git a/init.el b/init.el index f14483f..945184e 100644 --- a/init.el +++ b/init.el @@ -933,8 +933,8 @@ ;; LSP commands keybindings (evil-define-key 'normal lsp-mode-map - ;; (kbd "gd") 'lsp-find-definition ;; Emacs already provides a better gd - ;; (kbd "gr") 'lsp-find-references ;; Emacs already provides a better gr + ;; (kbd "gd") 'lsp-find-definition ;; evil-collection already provides gd + (kbd "gr") 'lsp-find-references ;; Finds LSP references (kbd " c a") 'lsp-execute-code-action ;; Execute code actions (kbd " r n") 'lsp-rename ;; Rename symbol (kbd "gI") 'lsp-find-implementation ;; Find implementation