vim-plugins: sort alphabetically

This commit is contained in:
Bjørn Forsman 2014-10-20 08:55:25 +02:00
parent 9d0b455960
commit 796e67169f

View file

@ -100,6 +100,475 @@ let vimHelpTags = ''
in rec
{
airline = buildVimPlugin {
name = "airline-git-2014-08-02";
src = fetchgit {
url = "https://github.com/bling/vim-airline.git";
rev = "2114e7025188a941e5c63b1f942d576adb98d8a4";
sha256 = "b6fc4d0545f8b7e107c5f80b94cf536a2b1fdd55d9f2484a29a007911e96130f";
};
};
align = buildVimPlugin {
name = "align-git-2012-08-08";
src = fetchgit {
url = "https://github.com/vim-scripts/Align.git";
rev = "787662fe90cd057942bc5b682fd70c87e1a9dd77";
sha256 = "f7b5764357370f03546556bd45558837f3790b0e86afadb63cd04d714a668a29";
};
};
alternate = stdenv.mkDerivation rec {
version = "2.18";
name = "alternate-${version}";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=7218";
name = "a.vim";
sha256 = "1q22vfkv60sshp9yj3mmfc8azavgzz7rpmaf72iznzq4wccy6gac";
};
unpackPhase = ":";
installPhase = ''
mkdir -p $out/share/vim-plugins/vim-a
cp ${src} $out/share/vim-plugins/vim-a/a.vim
'';
};
coffee-script = buildVimPlugin {
name = "coffee-script-002";
src = fetchurl {
url = "https://github.com/vim-scripts/vim-coffee-script/archive/v002.tar.gz";
sha256 = "1xln6i6jbbihcyp5bsdylr2146y41hmp2xf7wi001g2ymj1zdsc0";
};
};
coffeeScript = coffee-script; # backwards compat, added 2014-10-18
colorsamplerpack = buildVimPlugin rec {
version = "2012.10.28";
name = "colorsamplerpack-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=18915";
name = "colorsamplerpack.zip";
sha256 = "1wsrb3vpqn9fncnalfpvc8r92wk1mcskm4shb3s2h9x5dyihf2rd";
};
buildInputs = [ unzip ];
};
command-t = buildVimPlugin rec {
version = "1.8";
name = "command-t-${version}";
src = fetchzip {
inherit name;
url = "https://github.com/wincent/Command-T/archive/${version}.tar.gz";
sha256 = "186qz1smf7w91r68p724whg6d821f7ph6ks63l2vkhff8f9qqhrc";
};
buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
ruby extconf.rb
make
popd
'';
};
command_T = command-t; # backwards compat, added 2014-10-18
commentary = buildVimPlugin {
name = "commentary-git-2014-06-14";
src = fetchgit {
url = "https://github.com/tpope/vim-commentary.git";
rev = "8b4df6ca0ba9cd117d97a8fd26b44b2439d5e3f1";
sha256 = "5496ed31706552957d4caa76669ecd04e9b2853cf7a7e40bd0164726b21fcca0";
};
};
ctrlp = buildVimPlugin rec {
version = "1.79";
name = "ctrlp-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=19448";
name = "ctrlp_180.zip";
sha256 = "1x9im8g0g27mxc3c9k7v0jg5bb1dmnbjygmqif5bizab5g69n2mi";
};
buildInputs = [ unzip ];
};
eighties = buildVimPlugin rec {
version = "1.0.4";
name = "eighties-${version}";
src = fetchurl {
url = "https://github.com/justincampbell/vim-eighties/archive/${version}.tar.gz";
sha256 = "0cjd9hbg2qd7jjkvyi15f9ysp7m3aa2sg8nvbf80yb890rfkwaqr";
};
meta = with stdenv.lib; {
description = "Automatically resizes your windows to 80 characters";
homepage = https://github.com/justincampbell/vim-eighties;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
extradite = buildVimPlugin {
name = "extradite-git-2014-07-18";
src = fetchgit {
url = "https://github.com/int3/vim-extradite.git";
rev = "af4f3a51b6b654d655121b93c0cd9d8fe9a0c85d";
sha256 = "d1d29cfbc654134be383747f2cd6b14b7a87de75f997af6a041f14d7ef61ade6";
};
};
fugitive = buildVimPlugin {
name = "fugitive-git-2014-07-27";
src = fetchgit {
url = "https://github.com/tpope/vim-fugitive.git";
rev = "90ee6fb5d255d14d9f12f2469f92ee50149f5b44";
sha256 = "0297512f7fee62af601a99a68617591ecb2e244475ff0d79ebee9c7e6eff2eaf";
};
};
ghcmod = buildVimPlugin {
name = "ghcmod-git-2014-07-16";
src = fetchgit {
url = "https://github.com/eagletmt/ghcmod-vim.git";
rev = "0c4e94281e57c475752e799adc261f7d5e4ab124";
sha256 = "f6a085f7b8198747fae3fff0bc38e4d030e5c97aaeb84958fbf96fa658bbe862";
};
patches = [ (fetchurl { url = "https://github.com/eagletmt/ghcmod-vim/pull/57.diff"; md5 = "cafbb9f725afbba26b52b6c3344ee89a"; }) ];
};
golang = buildVimPlugin {
name = "golang-20131127";
src = fetchgit {
url = "https://github.com/jnwhiteh/vim-golang.git";
rev = "832d64e5a813511ed52217aa24f0255c49671bab";
sha256 = "6858eb674be132477c5dc7f7d3cbe550371f90d1aba480547a614965412a7b3c";
};
meta = with stdenv.lib; {
description = "Vim plugins for Go";
homepage = https://github.com/jnwhiteh/vim-golang;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
gundo = buildVimPlugin {
name = "gundo-git-2013-08-12";
src = fetchgit {
url = "https://github.com/vim-scripts/Gundo.git";
rev = "f443470b96364c24a775629418a6b2562ec9173e";
sha256 = "b7a949167e59c936d6eae0d23635b87491b2cd2f46a197683b171d30165a90f9";
};
};
haskellconceal = buildVimPlugin {
name = "haskellconceal-git-2014-05-21";
src = fetchgit {
url = "https://github.com/begriffs/vim-haskellConceal.git";
rev = "73a8d712d3342b2ffdc087b12924f1cf81053860";
sha256 = "be60ca030e2d39e972a8c71c0ab3b75b893589d26d5dd78a20cd6779f1f5cfa8";
};
};
haskellConceal = haskellconceal; # backwards compat, added 2014-10-18
hasksyn = buildVimPlugin {
name = "hasksyn-git-2014-07-24";
src = fetchgit {
url = "https://github.com/travitch/hasksyn.git";
rev = "175cd4605afa5d9b9c75758112c8159fd118c631";
sha256 = "3488e38d1f45a9a3363da62c1c946591621151a0a9cdaedd22b3fe8f666bbdb9";
};
};
hdevtools = buildVimPlugin {
name = "hdevtools-git-2012-12-29";
src = fetchgit {
url = "https://github.com/bitc/vim-hdevtools.git";
rev = "474947c52ff9c93dd36f3c49de90bd9a78f0baa1";
sha256 = "bf5f096b665c51ce611c6c1bfddc3267c4b2f94af84b04482b07272a6a5a92f3";
};
};
hoogle = buildVimPlugin {
name = "hoogle-git-2013-11-26";
src = fetchgit {
url = "https://github.com/Twinside/vim-hoogle.git";
rev = "81f28318b0d4174984c33df99db7752891c5c4e9";
sha256 = "0f96f3badb6218cac87d0f7027ff032ecc74f08ad3ada542898278ce11cbd5a0";
};
};
ipython = buildVimPlugin {
name = "ipython-2013-08-30";
src = fetchurl {
url = "https://github.com/ivanov/vim-ipython/archive/ff8f88f3fe518851a91dc88aaa5a75f8f352a960.tar.gz";
sha256 = "0hlx526dm8amrvh41kwnmgvvdzs6sh5yc5sfq4nk1zjkfcp1ah5j";
};
meta = with stdenv.lib; {
description = "A two-way integration between vim and iPython";
homepage = https://github.com/ivanov/vim-ipython;
repositories.git = https://github.com/ivanov/vim-ipython.git;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
neco-ghc = buildVimPlugin {
name = "neco-ghc-git-2014-08-09";
src = fetchgit {
url = "https://github.com/eagletmt/neco-ghc.git";
rev = "0311f31b3acaccec5b651ae7089d627a3a49239b";
sha256 = "302f29f54c56e9cee647745a8355aeafe323c4efe2f3593d5e4f586acc1c06a5";
};
};
necoGhc = neco-ghc; # backwards compat, added 2014-10-18
nerdtree = buildVimPlugin {
name = "nerdtree-git-2014-08-16";
src = fetchgit {
url = "https://github.com/scrooloose/nerdtree.git";
rev = "4f1e6ecb057fc0bac189171c1430d71ef25f6bb1";
sha256 = "67ff2e7b9a7f39e58e9e334b1b79343a4c11aae10a657ab4fece289d8fe59300";
};
};
pathogen = buildVimPlugin {
name = "pathogen-git-2014-07-20";
src = fetchgit {
url = "https://github.com/tpope/vim-pathogen.git";
rev = "91e6378908721d20514bbe5d18d292a0a15faf0c";
sha256 = "24c1897d6b58576b2189c90050a7f8ede72a51343c752e9d030e833dbe5cac6f";
};
};
stylish-haskell = buildVimPlugin {
name = "stylish-haskell-git-2014-07-14";
src = fetchgit {
url = "https://github.com/nbouscal/vim-stylish-haskell.git";
rev = "453fd203aee3d7305ea8e4088ff53bd1f5933d75";
sha256 = "c0e5010e1e8e56b179ce500387afb569f051c45b37ce92feb4350f293df96a8c";
};
};
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
supertab = buildVimPlugin {
name = "supertab-git-2014-08-07";
src = fetchgit {
url = "https://github.com/ervandew/supertab.git";
rev = "23db558596d4a73e4afa8fbedcde23b95bf72251";
sha256 = "21fa675969f4cfd2686ab3b63cba632fa55d62481e61d36193403bea9c02ebde";
};
buildInputs = [ vim ];
};
syntastic = buildVimPlugin rec {
version = "3.4.0";
name = "syntastic-${version}";
src = fetchurl {
url = "https://github.com/scrooloose/syntastic/archive/${version}.tar.gz";
sha256 = "0h8vfs6icpfwc41qx6n6rc1m35haxp2gaswg9fhcki2w2ikp6knb";
};
};
tabular = buildVimPlugin {
name = "tabular-git-2013-05-17";
src = fetchgit {
url = "https://github.com/godlygeek/tabular.git";
rev = "60f25648814f0695eeb6c1040d97adca93c4e0bb";
sha256 = "28c860ad621587f2c3213fae47d1a3997746527c17d51e9ab94c209eb7bfeb0f";
};
};
tagbar = buildVimPlugin rec {
version = "2.6.1";
name = "tagbar-${version}";
meta = with stdenv.lib; {
description = "A vim plugin for browsing the tags of source code files";
homepage = https://github.com/majutsushi/tagbar;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "https://github.com/majutsushi/tagbar/archive/v${version}.tar.gz";
sha256 = "c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb";
};
};
taglist = buildVimPlugin {
name = "taglist-4.6";
meta = with stdenv.lib; {
description = "Source code browser plugin";
homepage = "http://www.vim.org/scripts/script.php?script_id=273";
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=19574";
name = "taglist_46.zip";
sha256 = "18cbv462vwg7vip2p99qlahm99hswav96cj4ki227kyi05q2lkjj";
};
setSourceRoot = ''
export sourceRoot=taglist
mkdir taglist
mv doc taglist
mv plugin taglist
'';
buildInputs = [ unzip ];
};
tmux-navigator = buildVimPlugin {
name = "tmux-navigator-git-2014-07-22";
src = fetchgit {
url = "https://github.com/christoomey/vim-tmux-navigator.git";
rev = "3de98bfcee1289ce8edc6daf9a18f243180c7168";
sha256 = "3843f92e0a21fe5ccf613f8a561abd06c822b2ee98bd82c98937548144e4e8df";
};
};
tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18
tslime = buildVimPlugin {
name = "tslime-git-2014-06-12";
src = fetchgit {
url = "https://github.com/jgdavey/tslime.vim.git";
rev = "e801a32b27d83cb5d91afbf7c3d71bb6220f32bd";
sha256 = "47fb7165c1dcc444285cdff6fa89bbd4ace82ca79ec14ba0da6091c5f78d1251";
};
};
ultisnips = buildVimPlugin {
name = "ultisnips-git-2014-08-02";
src = fetchgit {
url = "https://github.com/SirVer/ultisnips.git";
rev = "279d6e63c9a8dbaa20ffc43c3c5f057dfc8f1121";
sha256 = "f8d93849ef2bce798aa599ba860694ced37d12450010a48dd6bd3004bc52b503";
};
};
vimproc = buildVimPlugin rec {
version = "21a79bf4edca3ae97555df3fc729d208c7e19b9c";
name = "vimproc-${version}";
meta = with stdenv.lib; {
description = "An asynchronous execution library for Vim";
homepage = https://github.com/Shougo/vimproc.vim;
repositories.git = https://github.com/Shougo/vimproc.vim.git;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchgit {
url = "https://github.com/Shougo/vimproc.vim.git";
rev = "${version}";
sha256 = "16mlrhmd1hq4rgg7bl9gajhb4nmn1x8jxfaxfwiy2bm1phgljgq0";
};
buildInputs = [ which ];
buildPhase = ''
sed -i 's/vimproc_mac\.so/vimproc_unix\.so/' autoload/vimproc.vim
make -f make_unix.mak
'';
};
vimshell = buildVimPlugin rec {
version = "9.2";
name = "vimshell-${version}";
meta = with stdenv.lib; {
description = "An extreme shell that doesn't depend on external shells and is written completely in Vim script";
homepage = https://github.com/Shougo/vimshell.vim;
repositories.git = https://github.com/Shougo/vimshell.vim.git;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "https://github.com/Shougo/vimshell.vim/archive/ver.${version}.tar.gz";
sha256 = "1pbwxdhpv6pr09b6hwkgy7grpmpwlqpsgsawl38r40q6yib8zb4a";
};
buildInputs = [ vimproc ];
preBuild = ''
sed -ie '1 i\
set runtimepath+=${vimproc}/share/vim-plugins/vimproc\
' autoload/vimshell.vim
'';
};
vimoutliner = buildVimPlugin {
name = "vimoutliner-git-2014-09-20";
src = fetchgit {
url = "https://github.com/vimoutliner/vimoutliner";
rev = "2fc82976683c8770bece157ae3ada55251b6ddeb";
sha256 = "dce383e7842c42bcfa8e7c3329fa426cb0fb05786d40a733da705c03aabd196b";
};
};
vim2hs = buildVimPlugin {
name = "vim2hs-git-2014-04-16";
src = fetchgit {
url = "https://github.com/dag/vim2hs.git";
rev = "f2afd55704bfe0a2d66e6b270d247e9b8a7b1664";
sha256 = "485fc58595bb4e50f2239bec5a4cbb0d8f5662aa3f744e42c110cd1d66b7e5b0";
};
};
vundle = buildVimPlugin {
name = "vundle-git-2014-07-19";
src = fetchgit {
url = "https://github.com/gmarik/Vundle.vim.git";
rev = "0b28e334e65b6628b0a61c412fcb45204a2f2bab";
sha256 = "9681d471d1391626cb9ad22b2b469003d9980cd23c5c3a8d34666376447e6204";
};
};
wombat256 = buildVimPlugin {
name = "wombat256-git-2010-10-18";
src = fetchgit {
url = "https://github.com/vim-scripts/wombat256.vim.git";
rev = "8734ba45dcf5e38c4d2686b35c94f9fcb30427e2";
sha256 = "2feb7d57ab0a9f2ea44ccd606e540db64ab3285956398a50ecc562d7b8dbcd05";
};
};
xdebug = buildVimPlugin {
name = "xdebug-2012-08-15";
src = fetchurl {
url = "https://github.com/joonty/vim-xdebug/archive/a4980fa65f7f159780593ee37c178281691ba2c4.tar.gz";
sha256 = "1348gzp0zhc2wifvs5vmf92m9y8ik8ldnvy7bawsxahy8hmhiksk";
};
postInstall = false;
};
yankring = buildVimPlugin rec {
version = "18.0";
name = "yankring-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=20842";
name = "yankring_180.zip";
sha256 = "0bsq4pxagy12jqxzs7gcf25k5ahwif13ayb9k8clyhm0jjdkf0la";
};
buildInputs = [ unzip ];
};
vim-addon-nix = {
# github.com/MarcWeber/vim-addon-nix provides some additional support for
@ -114,7 +583,7 @@ in rec
url = "https://github.com/Valloric/YouCompleteMe.git";
rev = "a2cae90f7ba1746bf1209edd6739f87d5914b375";
sha256 = "1yxrxskxnr2da5awm59ra4s9wg67rimcbazvln9bayg9saxs540d";
};
};
name = "vimplugin-youcompleteme-20140929"; # commit date
buildInputs = [ python cmake clang.clang ];
@ -151,474 +620,4 @@ in rec
};
};
YouCompleteMe = youcompleteme; # backwards compat, added 2014-10-18
syntastic = buildVimPlugin rec {
version = "3.4.0";
name = "syntastic-${version}";
src = fetchurl {
url = "https://github.com/scrooloose/syntastic/archive/${version}.tar.gz";
sha256 = "0h8vfs6icpfwc41qx6n6rc1m35haxp2gaswg9fhcki2w2ikp6knb";
};
};
coffee-script = buildVimPlugin {
name = "coffee-script-002";
src = fetchurl {
url = "https://github.com/vim-scripts/vim-coffee-script/archive/v002.tar.gz";
sha256 = "1xln6i6jbbihcyp5bsdylr2146y41hmp2xf7wi001g2ymj1zdsc0";
};
};
coffeeScript = coffee-script; # backwards compat, added 2014-10-18
command-t = buildVimPlugin rec {
version = "1.8";
name = "command-t-${version}";
src = fetchzip {
inherit name;
url = "https://github.com/wincent/Command-T/archive/${version}.tar.gz";
sha256 = "186qz1smf7w91r68p724whg6d821f7ph6ks63l2vkhff8f9qqhrc";
};
buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
ruby extconf.rb
make
popd
'';
};
command_T = command-t; # backwards compat, added 2014-10-18
eighties = buildVimPlugin rec {
version = "1.0.4";
name = "eighties-${version}";
src = fetchurl {
url = "https://github.com/justincampbell/vim-eighties/archive/${version}.tar.gz";
sha256 = "0cjd9hbg2qd7jjkvyi15f9ysp7m3aa2sg8nvbf80yb890rfkwaqr";
};
meta = with stdenv.lib; {
description = "Automatically resizes your windows to 80 characters";
homepage = https://github.com/justincampbell/vim-eighties;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
golang = buildVimPlugin {
name = "golang-20131127";
src = fetchgit {
url = "https://github.com/jnwhiteh/vim-golang.git";
rev = "832d64e5a813511ed52217aa24f0255c49671bab";
sha256 = "6858eb674be132477c5dc7f7d3cbe550371f90d1aba480547a614965412a7b3c";
};
meta = with stdenv.lib; {
description = "Vim plugins for Go";
homepage = https://github.com/jnwhiteh/vim-golang;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
ipython = buildVimPlugin {
name = "ipython-2013-08-30";
src = fetchurl {
url = "https://github.com/ivanov/vim-ipython/archive/ff8f88f3fe518851a91dc88aaa5a75f8f352a960.tar.gz";
sha256 = "0hlx526dm8amrvh41kwnmgvvdzs6sh5yc5sfq4nk1zjkfcp1ah5j";
};
meta = with stdenv.lib; {
description = "A two-way integration between vim and iPython";
homepage = https://github.com/ivanov/vim-ipython;
repositories.git = https://github.com/ivanov/vim-ipython.git;
license = licenses.publicDomain;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
};
taglist = buildVimPlugin {
name = "taglist-4.6";
meta = with stdenv.lib; {
description = "Source code browser plugin";
homepage = "http://www.vim.org/scripts/script.php?script_id=273";
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=19574";
name = "taglist_46.zip";
sha256 = "18cbv462vwg7vip2p99qlahm99hswav96cj4ki227kyi05q2lkjj";
};
setSourceRoot = ''
export sourceRoot=taglist
mkdir taglist
mv doc taglist
mv plugin taglist
'';
buildInputs = [ unzip ];
};
tagbar = buildVimPlugin rec {
version = "2.6.1";
name = "tagbar-${version}";
meta = with stdenv.lib; {
description = "A vim plugin for browsing the tags of source code files";
homepage = https://github.com/majutsushi/tagbar;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "https://github.com/majutsushi/tagbar/archive/v${version}.tar.gz";
sha256 = "c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb";
};
};
xdebug = buildVimPlugin {
name = "xdebug-2012-08-15";
src = fetchurl {
url = "https://github.com/joonty/vim-xdebug/archive/a4980fa65f7f159780593ee37c178281691ba2c4.tar.gz";
sha256 = "1348gzp0zhc2wifvs5vmf92m9y8ik8ldnvy7bawsxahy8hmhiksk";
};
postInstall = false;
};
vimshell = buildVimPlugin rec {
version = "9.2";
name = "vimshell-${version}";
meta = with stdenv.lib; {
description = "An extreme shell that doesn't depend on external shells and is written completely in Vim script";
homepage = https://github.com/Shougo/vimshell.vim;
repositories.git = https://github.com/Shougo/vimshell.vim.git;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchurl {
url = "https://github.com/Shougo/vimshell.vim/archive/ver.${version}.tar.gz";
sha256 = "1pbwxdhpv6pr09b6hwkgy7grpmpwlqpsgsawl38r40q6yib8zb4a";
};
buildInputs = [ vimproc ];
preBuild = ''
sed -ie '1 i\
set runtimepath+=${vimproc}/share/vim-plugins/vimproc\
' autoload/vimshell.vim
'';
};
vimproc = buildVimPlugin rec {
version = "21a79bf4edca3ae97555df3fc729d208c7e19b9c";
name = "vimproc-${version}";
meta = with stdenv.lib; {
description = "An asynchronous execution library for Vim";
homepage = https://github.com/Shougo/vimproc.vim;
repositories.git = https://github.com/Shougo/vimproc.vim.git;
license = licenses.gpl3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
src = fetchgit {
url = "https://github.com/Shougo/vimproc.vim.git";
rev = "${version}";
sha256 = "16mlrhmd1hq4rgg7bl9gajhb4nmn1x8jxfaxfwiy2bm1phgljgq0";
};
buildInputs = [ which ];
buildPhase = ''
sed -i 's/vimproc_mac\.so/vimproc_unix\.so/' autoload/vimproc.vim
make -f make_unix.mak
'';
};
colorsamplerpack = buildVimPlugin rec {
version = "2012.10.28";
name = "colorsamplerpack-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=18915";
name = "colorsamplerpack.zip";
sha256 = "1wsrb3vpqn9fncnalfpvc8r92wk1mcskm4shb3s2h9x5dyihf2rd";
};
buildInputs = [ unzip ];
};
yankring = buildVimPlugin rec {
version = "18.0";
name = "yankring-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=20842";
name = "yankring_180.zip";
sha256 = "0bsq4pxagy12jqxzs7gcf25k5ahwif13ayb9k8clyhm0jjdkf0la";
};
buildInputs = [ unzip ];
};
ctrlp = buildVimPlugin rec {
version = "1.79";
name = "ctrlp-${version}";
setSourceRoot = "sourceRoot=.";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=19448";
name = "ctrlp_180.zip";
sha256 = "1x9im8g0g27mxc3c9k7v0jg5bb1dmnbjygmqif5bizab5g69n2mi";
};
buildInputs = [ unzip ];
};
alternate = stdenv.mkDerivation rec {
version = "2.18";
name = "alternate-${version}";
src = fetchurl {
url = "http://www.vim.org/scripts/download_script.php?src_id=7218";
name = "a.vim";
sha256 = "1q22vfkv60sshp9yj3mmfc8azavgzz7rpmaf72iznzq4wccy6gac";
};
unpackPhase = ":";
installPhase = ''
mkdir -p $out/share/vim-plugins/vim-a
cp ${src} $out/share/vim-plugins/vim-a/a.vim
'';
};
vundle = buildVimPlugin {
name = "vundle-git-2014-07-19";
src = fetchgit {
url = "https://github.com/gmarik/Vundle.vim.git";
rev = "0b28e334e65b6628b0a61c412fcb45204a2f2bab";
sha256 = "9681d471d1391626cb9ad22b2b469003d9980cd23c5c3a8d34666376447e6204";
};
};
tslime = buildVimPlugin {
name = "tslime-git-2014-06-12";
src = fetchgit {
url = "https://github.com/jgdavey/tslime.vim.git";
rev = "e801a32b27d83cb5d91afbf7c3d71bb6220f32bd";
sha256 = "47fb7165c1dcc444285cdff6fa89bbd4ace82ca79ec14ba0da6091c5f78d1251";
};
};
supertab = buildVimPlugin {
name = "supertab-git-2014-08-07";
src = fetchgit {
url = "https://github.com/ervandew/supertab.git";
rev = "23db558596d4a73e4afa8fbedcde23b95bf72251";
sha256 = "21fa675969f4cfd2686ab3b63cba632fa55d62481e61d36193403bea9c02ebde";
};
buildInputs = [ vim ];
};
fugitive = buildVimPlugin {
name = "fugitive-git-2014-07-27";
src = fetchgit {
url = "https://github.com/tpope/vim-fugitive.git";
rev = "90ee6fb5d255d14d9f12f2469f92ee50149f5b44";
sha256 = "0297512f7fee62af601a99a68617591ecb2e244475ff0d79ebee9c7e6eff2eaf";
};
};
extradite = buildVimPlugin {
name = "extradite-git-2014-07-18";
src = fetchgit {
url = "https://github.com/int3/vim-extradite.git";
rev = "af4f3a51b6b654d655121b93c0cd9d8fe9a0c85d";
sha256 = "d1d29cfbc654134be383747f2cd6b14b7a87de75f997af6a041f14d7ef61ade6";
};
};
nerdtree = buildVimPlugin {
name = "nerdtree-git-2014-08-16";
src = fetchgit {
url = "https://github.com/scrooloose/nerdtree.git";
rev = "4f1e6ecb057fc0bac189171c1430d71ef25f6bb1";
sha256 = "67ff2e7b9a7f39e58e9e334b1b79343a4c11aae10a657ab4fece289d8fe59300";
};
};
airline = buildVimPlugin {
name = "airline-git-2014-08-02";
src = fetchgit {
url = "https://github.com/bling/vim-airline.git";
rev = "2114e7025188a941e5c63b1f942d576adb98d8a4";
sha256 = "b6fc4d0545f8b7e107c5f80b94cf536a2b1fdd55d9f2484a29a007911e96130f";
};
};
ultisnips = buildVimPlugin {
name = "ultisnips-git-2014-08-02";
src = fetchgit {
url = "https://github.com/SirVer/ultisnips.git";
rev = "279d6e63c9a8dbaa20ffc43c3c5f057dfc8f1121";
sha256 = "f8d93849ef2bce798aa599ba860694ced37d12450010a48dd6bd3004bc52b503";
};
};
align = buildVimPlugin {
name = "align-git-2012-08-08";
src = fetchgit {
url = "https://github.com/vim-scripts/Align.git";
rev = "787662fe90cd057942bc5b682fd70c87e1a9dd77";
sha256 = "f7b5764357370f03546556bd45558837f3790b0e86afadb63cd04d714a668a29";
};
};
gundo = buildVimPlugin {
name = "gundo-git-2013-08-12";
src = fetchgit {
url = "https://github.com/vim-scripts/Gundo.git";
rev = "f443470b96364c24a775629418a6b2562ec9173e";
sha256 = "b7a949167e59c936d6eae0d23635b87491b2cd2f46a197683b171d30165a90f9";
};
};
commentary = buildVimPlugin {
name = "commentary-git-2014-06-14";
src = fetchgit {
url = "https://github.com/tpope/vim-commentary.git";
rev = "8b4df6ca0ba9cd117d97a8fd26b44b2439d5e3f1";
sha256 = "5496ed31706552957d4caa76669ecd04e9b2853cf7a7e40bd0164726b21fcca0";
};
};
tabular = buildVimPlugin {
name = "tabular-git-2013-05-17";
src = fetchgit {
url = "https://github.com/godlygeek/tabular.git";
rev = "60f25648814f0695eeb6c1040d97adca93c4e0bb";
sha256 = "28c860ad621587f2c3213fae47d1a3997746527c17d51e9ab94c209eb7bfeb0f";
};
};
vim2hs = buildVimPlugin {
name = "vim2hs-git-2014-04-16";
src = fetchgit {
url = "https://github.com/dag/vim2hs.git";
rev = "f2afd55704bfe0a2d66e6b270d247e9b8a7b1664";
sha256 = "485fc58595bb4e50f2239bec5a4cbb0d8f5662aa3f744e42c110cd1d66b7e5b0";
};
};
hasksyn = buildVimPlugin {
name = "hasksyn-git-2014-07-24";
src = fetchgit {
url = "https://github.com/travitch/hasksyn.git";
rev = "175cd4605afa5d9b9c75758112c8159fd118c631";
sha256 = "3488e38d1f45a9a3363da62c1c946591621151a0a9cdaedd22b3fe8f666bbdb9";
};
};
haskellconceal = buildVimPlugin {
name = "haskellconceal-git-2014-05-21";
src = fetchgit {
url = "https://github.com/begriffs/vim-haskellConceal.git";
rev = "73a8d712d3342b2ffdc087b12924f1cf81053860";
sha256 = "be60ca030e2d39e972a8c71c0ab3b75b893589d26d5dd78a20cd6779f1f5cfa8";
};
};
haskellConceal = haskellconceal; # backwards compat, added 2014-10-18
ghcmod = buildVimPlugin {
name = "ghcmod-git-2014-07-16";
src = fetchgit {
url = "https://github.com/eagletmt/ghcmod-vim.git";
rev = "0c4e94281e57c475752e799adc261f7d5e4ab124";
sha256 = "f6a085f7b8198747fae3fff0bc38e4d030e5c97aaeb84958fbf96fa658bbe862";
};
patches = [ (fetchurl { url = "https://github.com/eagletmt/ghcmod-vim/pull/57.diff"; md5 = "cafbb9f725afbba26b52b6c3344ee89a"; }) ];
};
neco-ghc = buildVimPlugin {
name = "neco-ghc-git-2014-08-09";
src = fetchgit {
url = "https://github.com/eagletmt/neco-ghc.git";
rev = "0311f31b3acaccec5b651ae7089d627a3a49239b";
sha256 = "302f29f54c56e9cee647745a8355aeafe323c4efe2f3593d5e4f586acc1c06a5";
};
};
necoGhc = neco-ghc; # backwards compat, added 2014-10-18
hoogle = buildVimPlugin {
name = "hoogle-git-2013-11-26";
src = fetchgit {
url = "https://github.com/Twinside/vim-hoogle.git";
rev = "81f28318b0d4174984c33df99db7752891c5c4e9";
sha256 = "0f96f3badb6218cac87d0f7027ff032ecc74f08ad3ada542898278ce11cbd5a0";
};
};
hdevtools = buildVimPlugin {
name = "hdevtools-git-2012-12-29";
src = fetchgit {
url = "https://github.com/bitc/vim-hdevtools.git";
rev = "474947c52ff9c93dd36f3c49de90bd9a78f0baa1";
sha256 = "bf5f096b665c51ce611c6c1bfddc3267c4b2f94af84b04482b07272a6a5a92f3";
};
};
stylish-haskell = buildVimPlugin {
name = "stylish-haskell-git-2014-07-14";
src = fetchgit {
url = "https://github.com/nbouscal/vim-stylish-haskell.git";
rev = "453fd203aee3d7305ea8e4088ff53bd1f5933d75";
sha256 = "c0e5010e1e8e56b179ce500387afb569f051c45b37ce92feb4350f293df96a8c";
};
};
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
wombat256 = buildVimPlugin {
name = "wombat256-git-2010-10-18";
src = fetchgit {
url = "https://github.com/vim-scripts/wombat256.vim.git";
rev = "8734ba45dcf5e38c4d2686b35c94f9fcb30427e2";
sha256 = "2feb7d57ab0a9f2ea44ccd606e540db64ab3285956398a50ecc562d7b8dbcd05";
};
};
tmux-navigator = buildVimPlugin {
name = "tmux-navigator-git-2014-07-22";
src = fetchgit {
url = "https://github.com/christoomey/vim-tmux-navigator.git";
rev = "3de98bfcee1289ce8edc6daf9a18f243180c7168";
sha256 = "3843f92e0a21fe5ccf613f8a561abd06c822b2ee98bd82c98937548144e4e8df";
};
};
tmuxNavigator = tmux-navigator; # backwards compat, added 2014-10-18
pathogen = buildVimPlugin {
name = "pathogen-git-2014-07-20";
src = fetchgit {
url = "https://github.com/tpope/vim-pathogen.git";
rev = "91e6378908721d20514bbe5d18d292a0a15faf0c";
sha256 = "24c1897d6b58576b2189c90050a7f8ede72a51343c752e9d030e833dbe5cac6f";
};
};
vimoutliner = buildVimPlugin {
name = "vimoutliner-git-2014-09-20";
src = fetchgit {
url = "https://github.com/vimoutliner/vimoutliner";
rev = "2fc82976683c8770bece157ae3ada55251b6ddeb";
sha256 = "dce383e7842c42bcfa8e7c3329fa426cb0fb05786d40a733da705c03aabd196b";
};
};
}