mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
11 lines
243 B
EmacsLisp
11 lines
243 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/ansible/packages.el
|
|
|
|
(package! yaml-mode)
|
|
(package! ansible :recipe (:nonrecursive t))
|
|
(package! ansible-doc)
|
|
(package! jinja2-mode)
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-ansible))
|