Emacs: Add keybinding for lsp-ui-peek-find-implementation.
Although it doesn't seem to work yet.
This commit is contained in:
parent
667e0c2404
commit
4d3b29ff6b
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-01-21T03:34:47+0100>
|
||||
;; Time-stamp: <2020-01-24T22:13:52+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -337,6 +337,7 @@
|
|||
(:map lsp-ui-mode-map
|
||||
("M-." . lsp-ui-peek-find-definitions)
|
||||
("C-M-." . lsp-ui-peek-find-references)
|
||||
("C-M-," . lsp-ui-peek-find-implementation)
|
||||
)
|
||||
|
||||
:hook
|
||||
|
|
Loading…
Reference in New Issue
Block a user