summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2015-08-27 18:08:15 +0200
committerRok Garbas <rok@garbas.si>2015-08-29 21:01:38 +0200
commit33cb16104c3157ce3f61e95c002a2b73cb8e0ac3 (patch)
tree63c2fb2ede2cdef3b420e04d731fa13c2d3beda7 /pkgs/misc/vim-plugins
parentc61ade7b52e6b26d84ef514f7d104d328f68590b (diff)
downloadnixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar.gz
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar.bz2
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar.lz
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar.xz
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.tar.zst
nixlib-33cb16104c3157ce3f61e95c002a2b73cb8e0ac3.zip
vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, vim-signify, vim-webdevicons
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/default.nix68
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names7
2 files changed, 74 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index 83fcea51728d..f24058a468ee 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -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
     name = "ctrlp-2013-07-29";
     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
     name = "extradite-2015-01-26";
     src = fetchgit {
@@ -736,7 +769,7 @@ rec {
       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
       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 $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
     name = "matchit-zip";
     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
     name = "vim-snippets-2015-08-23";
     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
     name = "vim2hs-2014-04-16";
     src = fetchgit {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index a18c24c7825d..d6b731783d1d 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -1,3 +1,5 @@
+"vim-webdevicons"
+"css_color%5056"
 "CSApprox"
 "CheckAttach"
 "Gist"
@@ -16,6 +18,8 @@
 "YankRing"
 "commentary"
 "ctrlp"
+"ctrlp-py-matcher"
+"ctrlp-z"
 "extradite"
 "fugitive"
 "ghcmod"
@@ -64,12 +68,14 @@
 "github:vim-scripts/wombat256.vim"
 "github:wakatime/vim-wakatime"
 "github:wincent/command-t"
+"goyo"
 "matchit.zip"
 "pathogen"
 "quickfixstatus"
 "rainbow_parentheses"
 "rust"
 "sensible"
+"sensible"
 "sleuth"
 "snipmate"
 "sourcemap"
@@ -100,6 +106,7 @@
 "vim-latex-live-preview"
 "vim-multiple-cursors"
 "vim-signature"
+"vim-signify"
 "vim-snippets"
 "vim2hs"
 "vimwiki"