summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAnders Sildnes <andsild@posteo.net>2018-01-25 12:50:40 +0100
committerAnders Sildnes <andsild@posteo.net>2018-02-01 16:20:58 +0100
commit3bc1af57c7d23c7e8dcd73c393ed93c4394df351 (patch)
tree971474b9e62a6e719e2bb69f60acd8a4c058493b /pkgs/misc
parent89763446e9f4d40cb7699b38a60defcdb984b1aa (diff)
downloadnixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar.gz
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar.bz2
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar.lz
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar.xz
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.tar.zst
nixpkgs-3bc1af57c7d23c7e8dcd73c393ed93c4394df351.zip
vim-plugins/vim-grepper: init
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/default.nix18
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 16 insertions, 3 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index be9396ea4ec..98db9b6187d 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -107,6 +107,7 @@ rec {
   webapi-vim          = WebAPI;
   wombat256           = wombat256-vim; # backwards compat, added 2015-7-8
   yankring            = YankRing;
+  vim-grepper = vim-grepper-git;
   peskcolor = peskcolor-vim-git;
 
   # do not auto-update this one, as the name clashes with vim-snippets
@@ -1320,12 +1321,23 @@ rec {
 
   };
 
+  vim-grepper-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "vim-grepper-git-2018-01-16";
+    src = fetchgit {
+      url = "https://github.com/mhinz/vim-grepper.git";
+      rev = "4fd6260c56ffa0642095143f802d1cbfceb7437d";
+      sha256 = "11rhj6m85hxd4kf8yms4mab8553dcgl0yxm9r7nhdqpz6mljsir9";
+    };
+    dependencies = [];
+
+  };
+
   vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
-    name = "vim-startify-2017-12-06";
+    name = "vim-startify-2017-12-20";
     src = fetchgit {
       url = "https://github.com/mhinz/vim-startify";
-      rev = "c905a0c9598c72cb4311ca88f3eb664d05e4d66b";
-      sha256 = "1zdqr2lg1cf7dix6yvx7hmxcb698hb2zdimiqv2kgpdqlc40agcy";
+      rev = "5e476d8e00da70bc33c54a174fd8cb18ed991868";
+      sha256 = "07k7ddjqc2jisk0sh9k8w6r5xhh47cbzbxdnbkjz7bdskkwsdsay";
     };
     dependencies = [];
 
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 9960a41e2b0..efef9b61ec8 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -239,5 +239,6 @@
 "vundle"
 "xterm-color-table"
 "zeavim"
+"github:mhinz/vim-grepper.git"
 "github:andsild/peskcolor.vim.git"
 "github:bazelbuild/vim-bazel"