Set lsp-prefer-capf to true
This commit is contained in:
parent
bbbd570138
commit
005fb4fcfb
1 changed files with 1 additions and 1 deletions
2
05lsp.el
2
05lsp.el
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue