summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/ag.vim0
-rw-r--r--.vimrc1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f7940bf..c5981fc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,6 @@
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
+[submodule ".vim/bundle/ag.vim"]
+ path = .vim/bundle/ag.vim
+ url = https://github.com/rking/ag.vim
diff --git a/.vim/bundle/ag.vim b/.vim/bundle/ag.vim
new file mode 160000
+Subproject d3a00f8affb091e7a14eb34f1beb9db9bb57a4b
diff --git a/.vimrc b/.vimrc
index c977312..183aeb0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -82,6 +82,7 @@ NeoBundle 'tpope/vim-unimpaired'
NeoBundle 'tpope/vim-fugitive'
NeoBundle 'tpope/vim-repeat'
NeoBundle 'SudoEdit'
+NeoBundle 'rking/ag.vim'
NeoBundleCheck