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
|
:straight t
|
||||||
:init
|
:init
|
||||||
(setq lsp-keymap-prefix "C-z l")
|
(setq lsp-keymap-prefix "C-z l")
|
||||||
:hook ((c-mode . lsp)
|
:hook ((lsp-mode . lsp-enable-which-key-integration))
|
||||||
(nix-mode . lsp)
|
|
||||||
(python-mode . lsp)
|
|
||||||
(LaTeX-mode . lsp)
|
|
||||||
(TeX-mode . lsp)
|
|
||||||
(ess-r-mode . lsp)
|
|
||||||
(lsp-mode . lsp-enable-which-key-integration))
|
|
||||||
:commands lsp)
|
:commands lsp)
|
||||||
(use-package lsp-ui :straight t :commands lsp-ui-mode)
|
(use-package lsp-ui :straight t :commands lsp-ui-mode)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue