Update LSP config
This commit is contained in:
parent
e956757aa3
commit
6ad3db7e5c
1 changed files with 3 additions and 2 deletions
5
05lsp.el
5
05lsp.el
|
|
@ -10,8 +10,9 @@
|
|||
:config (setq-default lsp-file-watch-threshold 10000
|
||||
lsp-restart 'interactive
|
||||
lsp-prefer-capf t
|
||||
lsp-server-trace t
|
||||
read-process-output-max (* 1024 1024)
|
||||
lsp-completion-provider :capf
|
||||
lsp-server-trace nil
|
||||
read-process-output-max (* 1024 1024 2)
|
||||
lsp-enable-file-watchers nil)
|
||||
:hook ((typescript-mode . lsp-deferred)
|
||||
(elixir-mode . lsp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue