code actions
This commit is contained in:
parent
f24d7192ca
commit
cd97e24115
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -26,7 +26,6 @@
|
||||||
;; global keybindings
|
;; global keybindings
|
||||||
(global-set-key (kbd "C-k") 'previous-line)
|
(global-set-key (kbd "C-k") 'previous-line)
|
||||||
(global-set-key (kbd "C-j") 'next-line)
|
(global-set-key (kbd "C-j") 'next-line)
|
||||||
(global-set-key (kbd "C-RET") 'lsp-execute-code-action)
|
|
||||||
|
|
||||||
;; package manager
|
;; package manager
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
@ -384,6 +383,7 @@
|
||||||
"mn" 'flycheck-next-error
|
"mn" 'flycheck-next-error
|
||||||
"ms" 'lsp-ivy-workspace-symbol
|
"ms" 'lsp-ivy-workspace-symbol
|
||||||
"mS" 'lsp-ivy-global-workspace-symbol
|
"mS" 'lsp-ivy-global-workspace-symbol
|
||||||
|
"m RET" 'lsp-execute-code-action
|
||||||
|
|
||||||
;; Projectile
|
;; Projectile
|
||||||
"p" '(:ignore t :which-key "Projectile")
|
"p" '(:ignore t :which-key "Projectile")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue