parent
c05822ab39
commit
86901cca7d
1 changed files with 1 additions and 5 deletions
|
@ -12,11 +12,7 @@
|
||||||
:preface
|
:preface
|
||||||
;; HACK `rustic' sets up some things too early. I'd rather disable it and let
|
;; HACK `rustic' sets up some things too early. I'd rather disable it and let
|
||||||
;; our respective modules standardize how they're initialized.
|
;; our respective modules standardize how they're initialized.
|
||||||
(setq rustic-lsp-client
|
(setq rustic-lsp-client nil)
|
||||||
(when (featurep! +lsp)
|
|
||||||
(if (featurep! :tools lsp +eglot)
|
|
||||||
'eglot
|
|
||||||
'lsp-mode)))
|
|
||||||
(after! rustic-lsp
|
(after! rustic-lsp
|
||||||
(remove-hook 'rustic-mode-hook 'rustic-setup-lsp))
|
(remove-hook 'rustic-mode-hook 'rustic-setup-lsp))
|
||||||
(after! rustic-flycheck
|
(after! rustic-flycheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue