Skip to content

Commit

Permalink
Add ansible and fix other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Oct 5, 2024
1 parent b0c79f0 commit 8fbacb9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
16 changes: 16 additions & 0 deletions cats/+ansible.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
;; -*- lexical-binding: t; -*-

(use-package poly-ansible
:delight " 󱂚")

(use-package ansible
:delight)

(use-package ansible-doc
:delight)

(use-package flymake-ansible-lint
:hook
(ansible-mode . flymake-ansible-lint-setup)
(ansible-mode . flymake-mode))

3 changes: 1 addition & 2 deletions cats/+caddy.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
;; -*- lexical-binding: t; -*-

(use-package caddyfile-mode
:mode "Caddyfile\\'")
(use-package caddyfile-mode)
11 changes: 7 additions & 4 deletions config.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
(cat! "+workspace")
(cat! "+treemacs")
(cat! "+dashboard")
;; (cat! "+hydra")

;;; daemon
(cat! "+daemon")
Expand All @@ -32,10 +31,11 @@
(when IS-MAC
(cat! "+macos"))

;;; edit
;;; editor
(cat! "+meow")
(cat! "+avy")
(cat! "+smartparens")
;; (cat! "+hydra")

;;; completion
;; (cat! "+company")
Expand Down Expand Up @@ -110,12 +110,15 @@
(cat! "+mermaid")
(cat! "+protobuf")
(cat! "+js")
(cat! "+caddy")
(cat! "+docker")
(cat! "+vb")
(cat! "+lua")
(cat! "+go")

;;; tools
(cat! "+ansible")
(cat! "+caddy")
(cat! "+docker")

;;; plugins
(cat! "+term")
(cat! "+log")
Expand Down

0 comments on commit 8fbacb9

Please sign in to comment.