Make TAB autocomplete
This commit is contained in:
parent
756189ea30
commit
2cab13ef1e
@ -6,6 +6,7 @@
|
||||
(use-package company
|
||||
:hook (after-init . global-company-mode)
|
||||
:config
|
||||
(setq tab-always-indent 'complete)
|
||||
(evil-collection-company-setup))
|
||||
|
||||
;; Flycheck gives you error squigglies
|
||||
|
Loading…
Reference in New Issue
Block a user