diff --git a/.gitmodules b/.gitmodules index b8a2188..73801f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vim/bundle/tabular"] path = vim/bundle/tabular url = https://github.com/godlygeek/tabular.git +[submodule "vim/bundle/ctrlp.vim"] + path = vim/bundle/ctrlp.vim + url = https://github.com/kien/ctrlp.vim.git diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim new file mode 160000 index 0000000..564176f --- /dev/null +++ b/vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit 564176f01d7f3f7f8ab452ff4e1f5314de7b0981