diff --git a/05lsp.el b/05lsp.el index 2d3d017..17e44ee 100644 --- a/05lsp.el +++ b/05lsp.el @@ -9,7 +9,7 @@ :requires (company) :config (setq-default lsp-file-watch-threshold 10000 lsp-restart 'auto-restart - lsp-prefer-capf nil + lsp-prefer-capf t lsp-server-trace t read-process-output-max (* 1024 1024) lsp-enable-file-watchers nil)