1

Fix non-functional ls-ui-doc keybind

This commit is contained in:
Jessie Hildebrandt 2020-08-30 16:11:28 -04:00
parent 481aa6599e
commit 8091660b21

View File

@ -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)))