do not load lsp automatically

This commit is contained in:
Grigory Shipunov 2021-12-26 05:06:32 +01:00
parent 91d3a5fdeb
commit 73bc533ebf
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -336,13 +336,7 @@
:straight t
:init
(setq lsp-keymap-prefix "C-z l")
:hook ((c-mode . lsp)
(nix-mode . lsp)
(python-mode . lsp)
(LaTeX-mode . lsp)
(TeX-mode . lsp)
(ess-r-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration))
:hook ((lsp-mode . lsp-enable-which-key-integration))
:commands lsp)
(use-package lsp-ui :straight t :commands lsp-ui-mode)