diff options
| author | Teddy Wing | 2015-07-12 02:31:42 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-07-12 02:31:42 -0400 | 
| commit | a34113bb742504d57ea91becd7da50942514a815 (patch) | |
| tree | d27459289e02263fd5789bad055cd740c05a3b01 | |
| parent | 7aca2531494ee5347d09acf05a63ccc9938b3df4 (diff) | |
| download | dotvim-a34113bb742504d57ea91becd7da50942514a815.tar.bz2 | |
Install CtrlP
Testing out CtrlP as a Command-T alternative at the same time as
Unite.vim. Figure I might as well try all of these to see which one I
end up liking most.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/ctrlp | 0 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index 06e5d2a..e54323b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -45,3 +45,6 @@  [submodule "bundle/unite"]  	path = bundle/unite  	url = https://github.com/Shougo/unite.vim.git +[submodule "bundle/ctrlp"] +	path = bundle/ctrlp +	url = https://github.com/kien/ctrlp.vim.git diff --git a/bundle/ctrlp b/bundle/ctrlp new file mode 160000 +Subproject b5d3fe66a58a13d2ff8b6391f4387608496a030 | 
