feat(grfn/emacs): Add binding for lsp-goto-type-definition
Change-Id: I6ed70cb78da77436e2760cd6ca049058f9dfaf7e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5393 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
2b593c4cdd
commit
f01704e80c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
:n "g RET" #'lsp-rust-analyzer-run
|
||||
:n "g R" #'lsp-find-references
|
||||
:n "g d" #'lsp-find-definition
|
||||
:n "g Y" #'lsp-goto-type-definition
|
||||
(:localleader
|
||||
"m" #'lsp-rust-analyzer-expand-macro)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue