summaryrefslogtreecommitdiffstats
path: root/roles/vim/meta/argument_specs.yml
blob: b69b745d0dad4057c3c39caffe905e7486c210ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
argument_specs:
  main:
    short_description: "Install and configure vim"
    description: "Install and configure vim"
    options:
      vimrc_repo_url:
        type: "str"
        description: "The vimrc git repo URL"
        required: true
      vimrc_setup_script:
        type: "str"
        description: "The vimrc setup script"
        required: true