lsp: bind lsp-execute-code-action
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
54b2d465b4
commit
dee95d12cc
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
(define-key lsp-ui-mode-map (kbd "C-c C-l w") 'lsp-ui-peek-find-workspace-symbol)
|
(define-key lsp-ui-mode-map (kbd "C-c C-l w") 'lsp-ui-peek-find-workspace-symbol)
|
||||||
(define-key lsp-ui-mode-map (kbd "C-c C-l i") 'lsp-ui-peek-find-implementation)
|
(define-key lsp-ui-mode-map (kbd "C-c C-l i") 'lsp-ui-peek-find-implementation)
|
||||||
(define-key lsp-ui-mode-map (kbd "C-c C-l d") 'lsp-describe-thing-at-point)
|
(define-key lsp-ui-mode-map (kbd "C-c C-l d") 'lsp-describe-thing-at-point)
|
||||||
|
(define-key lsp-ui-mode-map (kbd "C-c C-l e") 'lsp-execute-code-action)
|
||||||
|
|
||||||
(setq lsp-ui-sideline-enable t)
|
(setq lsp-ui-sideline-enable t)
|
||||||
(setq lsp-ui-doc-enable t)
|
(setq lsp-ui-doc-enable t)
|
||||||
|
|
Loading…
Reference in a new issue