Reconfigure rust mode
This commit is contained in:
parent
42e167a829
commit
df8a84448e
3 changed files with 18 additions and 5 deletions
3
05lsp.el
3
05lsp.el
|
|
@ -8,14 +8,13 @@
|
|||
:defer t
|
||||
:requires (company)
|
||||
:config (setq-default lsp-file-watch-threshold 10000
|
||||
lsp-restart 'auto-restart
|
||||
lsp-restart 'interactive
|
||||
lsp-prefer-capf t
|
||||
lsp-server-trace t
|
||||
read-process-output-max (* 1024 1024)
|
||||
lsp-enable-file-watchers nil)
|
||||
:hook ((typescript-mode . lsp-deferred)
|
||||
(elixir-mode . lsp)
|
||||
(rust-mode . lsp)
|
||||
(js2-mode . lsp-deferred)))
|
||||
|
||||
(use-package lsp-ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue