vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, vim-signify, vim-webdevicons
This commit is contained in:
parent
c61ade7b52
commit
33cb16104c
2 changed files with 74 additions and 1 deletions
|
@ -277,6 +277,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"css_color_5056" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "css_color_5056-2015-06-22";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/ap/vim-css-color";
|
||||||
|
rev = "ceb028b27eae0550533501b1f02cb512a482ba85";
|
||||||
|
sha256 = "d428970699b59b0da89d3cf73be39f62c2751512919fa2773baa241a9f79fccd";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
ctrlp = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
ctrlp = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "ctrlp-2013-07-29";
|
name = "ctrlp-2013-07-29";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -288,6 +299,28 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ctrlp-py-matcher = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "ctrlp-py-matcher-2015-07-18";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/FelikZ/ctrlp-py-matcher";
|
||||||
|
rev = "9e84cf8072866b92faf5082cb93a554b75e35fd0";
|
||||||
|
sha256 = "7d4d5f7da148ddc9c8956aca87f53d9d0ff458b8fb4bc4ab2a9bff2ee6026cde";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
ctrlp-z = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "ctrlp-z-2013-05-08";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/amiorin/ctrlp-z";
|
||||||
|
rev = "7845735a3d63a68ed63aa3a5363b178c48f199bf";
|
||||||
|
sha256 = "14c5240e6ab373cbd04d105a46808aed4a324472ddfd67b993534bf5d726e93f";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
extradite = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
extradite = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "extradite-2015-01-26";
|
name = "extradite-2015-01-26";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -736,7 +769,7 @@ rec {
|
||||||
cd $target/build
|
cd $target/build
|
||||||
cmake -G "Unix Makefiles" . $target/third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON -DUSE_SYSTEM_LIBCLANG=ON
|
cmake -G "Unix Makefiles" . $target/third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON -DUSE_SYSTEM_LIBCLANG=ON
|
||||||
make ycm_support_libs -j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
make ycm_support_libs -j''${NIX_BUILD_CORES} -l''${NIX_BUILD_CORES}}
|
||||||
${bash}/bin/bash $target/install.sh --clang-completer --system-libclang
|
${python}/bin/python $target/third_party/ycmd/build.py --clang-completer --system-libclang
|
||||||
|
|
||||||
${vimHelpTags}
|
${vimHelpTags}
|
||||||
vimHelpTags $target
|
vimHelpTags $target
|
||||||
|
@ -860,6 +893,17 @@ rec {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
goyo = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "goyo-2015-08-08";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/junegunn/goyo.vim";
|
||||||
|
rev = "c1293a91a3a04bcb82421b2ee711c49f83a418ae";
|
||||||
|
sha256 = "258b23f4f043569e6e0458c8035d5b00be6031b02e460136f7783da1bbadcc49";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "matchit-zip";
|
name = "matchit-zip";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -1353,6 +1397,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-signify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "vim-signify-2015-08-13";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/mhinz/vim-signify";
|
||||||
|
rev = "d08f17873e3187da3f9998ddb81d81626ffb9ecf";
|
||||||
|
sha256 = "7fffc5fbd21dd4f3ea81131ccb52d992d95a73be72288457b2ec3a0fa53ce3b2";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
vim-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
vim-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-snippets-2015-08-23";
|
name = "vim-snippets-2015-08-23";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -1364,6 +1419,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-webdevicons = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "vim-webdevicons-2015-08-14";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/ryanoasis/vim-devicons";
|
||||||
|
rev = "771769d21615d08b22f23c32e97e67e95db7d122";
|
||||||
|
sha256 = "8291c8be6a45d6492ad9ff2972f481d7093fff95c764b3499d0877f5365b3f27";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
vim2hs = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
vim2hs = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim2hs-2014-04-16";
|
name = "vim2hs-2014-04-16";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
"vim-webdevicons"
|
||||||
|
"css_color%5056"
|
||||||
"CSApprox"
|
"CSApprox"
|
||||||
"CheckAttach"
|
"CheckAttach"
|
||||||
"Gist"
|
"Gist"
|
||||||
|
@ -16,6 +18,8 @@
|
||||||
"YankRing"
|
"YankRing"
|
||||||
"commentary"
|
"commentary"
|
||||||
"ctrlp"
|
"ctrlp"
|
||||||
|
"ctrlp-py-matcher"
|
||||||
|
"ctrlp-z"
|
||||||
"extradite"
|
"extradite"
|
||||||
"fugitive"
|
"fugitive"
|
||||||
"ghcmod"
|
"ghcmod"
|
||||||
|
@ -64,12 +68,14 @@
|
||||||
"github:vim-scripts/wombat256.vim"
|
"github:vim-scripts/wombat256.vim"
|
||||||
"github:wakatime/vim-wakatime"
|
"github:wakatime/vim-wakatime"
|
||||||
"github:wincent/command-t"
|
"github:wincent/command-t"
|
||||||
|
"goyo"
|
||||||
"matchit.zip"
|
"matchit.zip"
|
||||||
"pathogen"
|
"pathogen"
|
||||||
"quickfixstatus"
|
"quickfixstatus"
|
||||||
"rainbow_parentheses"
|
"rainbow_parentheses"
|
||||||
"rust"
|
"rust"
|
||||||
"sensible"
|
"sensible"
|
||||||
|
"sensible"
|
||||||
"sleuth"
|
"sleuth"
|
||||||
"snipmate"
|
"snipmate"
|
||||||
"sourcemap"
|
"sourcemap"
|
||||||
|
@ -100,6 +106,7 @@
|
||||||
"vim-latex-live-preview"
|
"vim-latex-live-preview"
|
||||||
"vim-multiple-cursors"
|
"vim-multiple-cursors"
|
||||||
"vim-signature"
|
"vim-signature"
|
||||||
|
"vim-signify"
|
||||||
"vim-snippets"
|
"vim-snippets"
|
||||||
"vim2hs"
|
"vim2hs"
|
||||||
"vimwiki"
|
"vimwiki"
|
||||||
|
|
Loading…
Reference in a new issue