Browse Source

lsp: bind lsp-execute-code-action

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
custom
Marc-André Lureau 7 years ago
committed by Bozhidar Batsov
parent
commit
dee95d12cc
  1. 1
      modules/prelude-lsp.el

1
modules/prelude-lsp.el

@ -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…
Cancel
Save