diff --git a/.gitmodules b/.gitmodules index 4279511..c97664b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "bundle.available/vim-colors-solarized"] path = bundle.available/vim-colors-solarized url = http://github.com/altercation/vim-colors-solarized.git +[submodule "bundle.available/command-t"] + path = bundle.available/command-t + url = https://github.com/wincent/Command-T.git diff --git a/bundle.available/command-t b/bundle.available/command-t new file mode 160000 index 0000000..cee619a --- /dev/null +++ b/bundle.available/command-t @@ -0,0 +1 @@ +Subproject commit cee619ac6e906d1c6bfc3052f01ccaa6ac1d4b3c diff --git a/bundle/command-t b/bundle/command-t new file mode 120000 index 0000000..fce01b3 --- /dev/null +++ b/bundle/command-t @@ -0,0 +1 @@ +../bundle.available/command-t \ No newline at end of file diff --git a/scripts/make_command-t.sh b/scripts/make_command-t.sh new file mode 100644 index 0000000..b7ea684 --- /dev/null +++ b/scripts/make_command-t.sh @@ -0,0 +1 @@ +cd ~/.vim/bundle.available/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make