summaryrefslogtreecommitdiffstats
path: root/init-optional
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-03-11 13:59:14 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-03-11 13:59:14 +0100
commit0e7e631797e1a80358dad63b6f066ead4f50968c (patch)
treef1877bb603dce24e18e0cd226467b30336da231f /init-optional
parentc578d7d0328d2193f995f96c499a43cec74305ea (diff)
downloadvim4projects-0e7e631797e1a80358dad63b6f066ead4f50968c.tar.gz
vim4projects-0e7e631797e1a80358dad63b6f066ead4f50968c.tar.xz
vim4projects-0e7e631797e1a80358dad63b6f066ead4f50968c.zip
Add ack.vim as optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-optional')
-rw-r--r--init-optional19
1 files changed, 11 insertions, 8 deletions
diff --git a/init-optional b/init-optional
index c2ad038..a387400 100644
--- a/init-optional
+++ b/init-optional
@@ -14,14 +14,17 @@ optional () {
# ???
# MinibufExpl
# key thing
- init_git_submodule $1 \
- 'git-makegreen' \
- 'git-tagbar' \
- 'git-fugitive' \
- 'git-powerline' \
- 'git-nerdtree' \
- 'git-sessionman' \
- 'git-minibufexpl'
+ # ack.vim
+ # integration with Ack grepping tool
+ init_git_submodule $1 \
+ 'git-makegreen' \
+ 'git-tagbar' \
+ 'git-fugitive' \
+ 'git-powerline' \
+ 'git-nerdtree' \
+ 'git-sessionman' \
+ 'git-minibufexpl' \
+ 'git-ack'
[ "$1" == "get" ] \
&& echo "let NERDTreeIgnore = ['\.pyc$', '\.tar\.gz$']" >> ~/.vimrc