Add config for company-ansible
This commit is contained in:
parent
98f05814c2
commit
b558842152
@ -356,6 +356,10 @@
|
|||||||
:config
|
:config
|
||||||
(add-to-list 'company-backends 'company-c-headers))
|
(add-to-list 'company-backends 'company-c-headers))
|
||||||
|
|
||||||
|
(use-package company-ansible
|
||||||
|
:config
|
||||||
|
(add-to-list 'company-backends 'company-ansible))
|
||||||
|
|
||||||
(use-package company-auctex
|
(use-package company-auctex
|
||||||
:config
|
:config
|
||||||
(company-auctex-init)))
|
(company-auctex-init)))
|
||||||
|
Loading…
Reference in New Issue
Block a user