Make tab-completion use company

This commit is contained in:
Jeremy Dormitzer 2021-02-21 23:14:51 -05:00
parent ebf0f7a1b6
commit 99d2981753

View File

@ -9,7 +9,9 @@
(setq tab-always-indent 'complete)
(evil-collection-company-setup)
:custom
(company-idle-delay 0.1))
(company-idle-delay 0.3)
:general
([remap indent-for-tab-command] #'company-indent-or-complete-common))
;; Flycheck gives you error squigglies
(use-package flycheck