feat(gs/emacs): Bind g RET to lsp-rust-analyzer-run
Change-Id: I667f9033824d4a32abedfb275ea35a06a371ab12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3287 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
56c9fa9722
commit
3d5c10f7b1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
(map!
|
||||
(:map rust-mode-map
|
||||
:n "g RET" #'cargo-process-current-file-tests
|
||||
:n "g RET" #'lsp-rust-analyzer-run
|
||||
:n "g R" #'lsp-find-references
|
||||
:n "g d" #'lsp-find-definition
|
||||
(:localleader
|
||||
|
|
Loading…
Reference in a new issue