lsp easy mode
This commit is contained in:
parent
0ab1fa8516
commit
f24d7192ca
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -26,6 +26,7 @@
|
||||||
;; 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue