diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
commit | 5ff3dad0e53bd5cf17752b420ca37b8ba09431f2 (patch) | |
tree | 37c56538068c2b8f7c9a3b6aa8dc59918f0bb807 /config.el | |
parent | 599af30849761e5dc532d13015f75a7d80fdc39b (diff) |
company-lsp
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.el b/config.el index 3fab95681824..14ea16faf271 100644 --- a/config.el +++ b/config.el @@ -671,7 +671,7 @@ (use-package! company-lsp :after (lsp-mode lsp-ui) :config - ;; (setq company-backends '(company-lsp)) + (add-to-list #'company-backends #'company-lsp) (setq company-lsp-async t)) (use-package! lsp-treemacs |