mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
command-t
This commit is contained in:
parent
8beea916fa
commit
8624c651c7
4 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "bundle.available/vim-colors-solarized"]
|
[submodule "bundle.available/vim-colors-solarized"]
|
||||||
path = bundle.available/vim-colors-solarized
|
path = bundle.available/vim-colors-solarized
|
||||||
url = http://github.com/altercation/vim-colors-solarized.git
|
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
|
||||||
|
|
|
||||||
1
bundle.available/command-t
Submodule
1
bundle.available/command-t
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cee619ac6e906d1c6bfc3052f01ccaa6ac1d4b3c
|
||||||
1
bundle/command-t
Symbolic link
1
bundle/command-t
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../bundle.available/command-t
|
||||||
1
scripts/make_command-t.sh
Normal file
1
scripts/make_command-t.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
cd ~/.vim/bundle.available/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make
|
||||||
Loading…
Add table
Add a link
Reference in a new issue