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
|
||||
(setq ansible-section-face 'font-lock-variable-name-face
|
||||
ansible-task-label-face 'font-lock-doc-face)
|
||||
(when (featurep! :completion company)
|
||||
(set-company-backend! 'ansible 'company-ansible))
|
||||
(map! :map ansible-key-map
|
||||
:localleader
|
||||
:desc "Decrypt buffer" "d" #'ansible-decrypt-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue