diff --git a/.gitmodules b/.gitmodules index 696ee7c..a958fa3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule ".vim/bundle/vim-powerline.git"] path = .vim/bundle/vim-powerline.git url = https://github.com/Lokaltog/vim-powerline.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..7251d9d --- /dev/null +++ b/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit 7251d9dce85e45b41dab00d7d7032713847ed5ea