lsp mode
This commit is contained in:
parent
90c188c58d
commit
b85da4e32d
|
@ -263,6 +263,15 @@
|
||||||
(use-package visual-fill-column
|
(use-package visual-fill-column
|
||||||
:hook (org-mode . sakomacs/org-mode-visual-fill))
|
:hook (org-mode . sakomacs/org-mode-visual-fill))
|
||||||
|
|
||||||
|
;; lsp finally
|
||||||
|
(use-package lsp-mode
|
||||||
|
:commands (lsp lsp-deferred)
|
||||||
|
:init
|
||||||
|
(setq lsp-keymap-prefix "C-c l")
|
||||||
|
:config
|
||||||
|
(lsp-enable-which-key-integration t))
|
||||||
|
|
||||||
;; video
|
;; video
|
||||||
;; actual thing https://youtu.be/E-NAM9U5JYE?t=454
|
;; actual thing https://youtu.be/E-NAM9U5JYE?t=454
|
||||||
;; org-mode video https://youtu.be/PNE-mgkZ6HM?t=156
|
;; org-mode video https://youtu.be/PNE-mgkZ6HM?t=156
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue