lsp easy mode

This commit is contained in:
foosinn 2022-03-26 22:54:00 +01:00
parent 0ab1fa8516
commit f24d7192ca

View file

@ -26,6 +26,7 @@
;; global keybindings
(global-set-key (kbd "C-k") 'previous-line)
(global-set-key (kbd "C-j") 'next-line)
(global-set-key (kbd "C-RET") 'lsp-execute-code-action)
;; package manager
(require 'package)