Enable company-ansible upfront
This commit is contained in:
parent
a567834ff8
commit
5b8d8aed51
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
:config
|
:config
|
||||||
(setq ansible-section-face 'font-lock-variable-name-face
|
(setq ansible-section-face 'font-lock-variable-name-face
|
||||||
ansible-task-label-face 'font-lock-doc-face)
|
ansible-task-label-face 'font-lock-doc-face)
|
||||||
|
(when (featurep! :completion company)
|
||||||
|
(set-company-backend! 'ansible 'company-ansible))
|
||||||
(map! :map ansible-key-map
|
(map! :map ansible-key-map
|
||||||
:localleader
|
:localleader
|
||||||
:desc "Decrypt buffer" "d" #'ansible-decrypt-buffer
|
:desc "Decrypt buffer" "d" #'ansible-decrypt-buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue