Use caching with company-lsp

This commit is contained in:
Wojciech Kozlowski 2019-07-24 08:31:59 +02:00
parent be7e0f78bb
commit acb88e2a2d

View File

@ -190,7 +190,9 @@
(setq company-backends (delete 'company-capf company-backends)))
(use-package company-lsp
:commands company-lsp)
:commands company-lsp
:config
(setq company-lsp-cache-candidates 'auto))
;; --------------------------------------------------------------------------
;; `compile'