From 736b5a2a2c25116ee9eaa67f889f57c7e0605070 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 6 Sep 2017 18:22:31 -0700 Subject: [PATCH] add ack and vim-rooter --- .gitmodules | 6 ++++++ .vim/bundle/ack.vim | 1 + .vim/bundle/vim-rooter | 1 + 3 files changed, 8 insertions(+) create mode 160000 .vim/bundle/ack.vim create mode 160000 .vim/bundle/vim-rooter diff --git a/.gitmodules b/.gitmodules index faf49c9..4e11270 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,9 @@ [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git +[submodule ".vim/bundle/vim-rooter"] + path = .vim/bundle/vim-rooter + url = https://github.com/airblade/vim-rooter.git +[submodule ".vim/bundle/ack.vim"] + path = .vim/bundle/ack.vim + url = https://github.com/mileszs/ack.vim.git diff --git a/.vim/bundle/ack.vim b/.vim/bundle/ack.vim new file mode 160000 index 0000000..a16a9b6 --- /dev/null +++ b/.vim/bundle/ack.vim @@ -0,0 +1 @@ +Subproject commit a16a9b63eb85cc0960a7f25c54647ac1f99f3360 diff --git a/.vim/bundle/vim-rooter b/.vim/bundle/vim-rooter new file mode 160000 index 0000000..4701f65 --- /dev/null +++ b/.vim/bundle/vim-rooter @@ -0,0 +1 @@ +Subproject commit 4701f65883a2652c5ba2460591d4cf3d0af18070