summaryrefslogtreecommitdiffstats
path: root/molecule/archlinux
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-09 01:43:24 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-09 01:47:01 +0100
commitd8bf8be6a318ca8a06145445f2347195363c51f0 (patch)
tree9396a5471430a6288a27342b2e92bc0e79a4bc12 /molecule/archlinux
parente2d3506af64e4cdbc50f0c0959f5f6e03d9872bc (diff)
Add vim role w/testing
Diffstat (limited to 'molecule/archlinux')
-rw-r--r--molecule/archlinux/converge.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
index b091f109..d24e0530 100644
--- a/molecule/archlinux/converge.yml
+++ b/molecule/archlinux/converge.yml
@@ -19,6 +19,7 @@
python_global_version: "3.13"
python_versions:
- "3.13"
+ vimrc_repo_url: "https://git.sr.ht/~a14m/.vim"
roles:
- role: "hostname"
- role: "network"
@@ -41,3 +42,4 @@
- role: "rsync"
- role: "gpg"
- role: "dotfiles"
+ - role: "vim"