summaryrefslogtreecommitdiffstats
path: root/roles/vim/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-10 11:44:08 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-10 11:44:08 +0100
commit60f92a26d2a8bc706ad8a1b9afe2453ea528b355 (patch)
tree31062c053b31e600998cf375c5cceac871068c89 /roles/vim/meta
parent72f14a15b69d771a61c28f281940a6f0a7f56f5a (diff)
Refactor vimrc to accept custom setup script
Diffstat (limited to 'roles/vim/meta')
-rw-r--r--roles/vim/meta/argument_specs.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/vim/meta/argument_specs.yml b/roles/vim/meta/argument_specs.yml
index 71533908..b69b745d 100644
--- a/roles/vim/meta/argument_specs.yml
+++ b/roles/vim/meta/argument_specs.yml
@@ -8,3 +8,7 @@ argument_specs:
type: "str"
description: "The vimrc git repo URL"
required: true
+ vimrc_setup_script:
+ type: "str"
+ description: "The vimrc setup script"
+ required: true