commit
5549fa767f
File diff suppressed because it is too large
Load Diff
|
@ -72,7 +72,6 @@
|
||||||
"github:jeetsukumaran/vim-buffergator"
|
"github:jeetsukumaran/vim-buffergator"
|
||||||
"github:jgdavey/tslime.vim"
|
"github:jgdavey/tslime.vim"
|
||||||
"github:jhradilek/vim-docbk"
|
"github:jhradilek/vim-docbk"
|
||||||
"github:jhradilek/vim-snippets"
|
|
||||||
"github:jiangmiao/auto-pairs"
|
"github:jiangmiao/auto-pairs"
|
||||||
"github:jistr/vim-nerdtree-tabs"
|
"github:jistr/vim-nerdtree-tabs"
|
||||||
"github:jnurmine/zenburn"
|
"github:jnurmine/zenburn"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
buildInputs = [ perl ruby git ];
|
buildInputs = [ ruby rake ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
pushd ruby/command-t
|
rake make
|
||||||
gem build ./command-t.gemspec
|
rm ruby/command-t/ext/command-t/*.o
|
||||||
popd
|
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue