summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--.gitmodules3
m---------git-ack0
-rw-r--r--init-optional19
3 files changed, 14 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules
index ec818fe..70c58f4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -31,3 +31,6 @@
[submodule "git-minibufexpl"]
path = git-minibufexpl
url = git://github.com/fholgado/minibufexpl.vim.git
+[submodule "git-ack"]
+ path = git-ack
+ url = https://github.com/mileszs/ack.vim.git
diff --git a/git-ack b/git-ack
new file mode 160000
+Subproject f183a345a0c10caed7684d07dabae33e007c759
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