do not load lsp automatically
This commit is contained in:
parent
91d3a5fdeb
commit
73bc533ebf
1 changed files with 1 additions and 7 deletions
8
init.el
8
init.el
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue