Update LSP config

This commit is contained in:
Maciej 2020-08-31 14:55:43 +03:00
parent e956757aa3
commit 6ad3db7e5c
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -10,8 +10,9 @@
:config (setq-default lsp-file-watch-threshold 10000 :config (setq-default lsp-file-watch-threshold 10000
lsp-restart 'interactive lsp-restart 'interactive
lsp-prefer-capf t lsp-prefer-capf t
lsp-server-trace t lsp-completion-provider :capf
read-process-output-max (* 1024 1024) lsp-server-trace nil
read-process-output-max (* 1024 1024 2)
lsp-enable-file-watchers nil) lsp-enable-file-watchers nil)
:hook ((typescript-mode . lsp-deferred) :hook ((typescript-mode . lsp-deferred)
(elixir-mode . lsp) (elixir-mode . lsp)