Fix non-functional ls-ui-doc keybind
This commit is contained in:
parent
481aa6599e
commit
8091660b21
2
init.el
2
init.el
@ -537,7 +537,7 @@
|
|||||||
(setq lsp-ui-doc-border (face-background 'lsp-ui-doc-background))
|
(setq lsp-ui-doc-border (face-background 'lsp-ui-doc-background))
|
||||||
:bind
|
:bind
|
||||||
(:map lsp-ui-mode-map
|
(:map lsp-ui-mode-map
|
||||||
("M-," . (lambda () (interactive) (lsp-ui-doc-mode t) (lsp-ui-doc-glance) (lsp-ui-doc-mode nil)))
|
("M-," . lsp-ui-doc-mode)
|
||||||
("M-." . lsp-ui-peek-find-definitions)
|
("M-." . lsp-ui-peek-find-definitions)
|
||||||
("M-?" . lsp-ui-peek-find-references)))
|
("M-?" . lsp-ui-peek-find-references)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user