Set lsp-prefer-capf to true

This commit is contained in:
Maciej 2020-08-04 09:57:46 +03:00
parent bbbd570138
commit 005fb4fcfb
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -9,7 +9,7 @@
:requires (company) :requires (company)
:config (setq-default lsp-file-watch-threshold 10000 :config (setq-default lsp-file-watch-threshold 10000
lsp-restart 'auto-restart lsp-restart 'auto-restart
lsp-prefer-capf nil lsp-prefer-capf t
lsp-server-trace t lsp-server-trace t
read-process-output-max (* 1024 1024) read-process-output-max (* 1024 1024)
lsp-enable-file-watchers nil) lsp-enable-file-watchers nil)