Make tab-completion use company
This commit is contained in:
parent
ebf0f7a1b6
commit
99d2981753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user