diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2012-02-03 01:30:01 +0100 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2012-02-03 01:30:01 +0100 |
| commit | fc2d9a48e9a5504f0ae4356278aa854cf2def1b1 (patch) | |
| tree | 096a1a2479956be54e3859c553b93aade1dd41db /init-optional | |
| parent | 1efc8a2e2f475c9cb4d353d02177ff6fd335b4a5 (diff) | |
init: modular approach
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-optional')
| -rw-r--r-- | init-optional | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init-optional b/init-optional new file mode 100644 index 0000000..389c873 --- /dev/null +++ b/init-optional @@ -0,0 +1,11 @@ +# optional (but recommended) vim plugins +CHOICES="$CHOICES|optional" + +optional () { + announce "--- optional ---" + # makegreen: + # test results integration + # Tagbar (possible alternative TagList): + # "code navigator" incl. JS support if jsctags installed + do_git_submodule $1 "git-makegreen" "git-tagbar" +} |
