about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAnders Sildnes <andsild@posteo.net>2018-01-25 14:27:18 +0100
committerAnders Sildnes <andsild@posteo.net>2018-02-01 16:21:28 +0100
commitcee0a1c1a1527da7f9e59f5015db3c448249417c (patch)
tree5220ad7a7e1650fc4cb0f730abdad31a0b629ced /pkgs/misc
parent4b036bb0191a5c826ea53814f038741ec70b5373 (diff)
downloadnixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar.gz
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar.bz2
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar.lz
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar.xz
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.tar.zst
nixlib-cee0a1c1a1527da7f9e59f5015db3c448249417c.zip
vim-plugins/vim-test: init
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/default.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index 723fa190c277..e895a3f47d36 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -110,6 +110,7 @@ rec {
   concealedyank = concealedyank-vim;
   cute-python = vim-cute-python-git;
   vim-grepper = vim-grepper-git;
+  vim-test = vim-test-git;
   peskcolor = peskcolor-vim-git;
   mayansmoke = mayansmoke-git;
 
@@ -1089,6 +1090,17 @@ rec {
 
   };
 
+  vim-test-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "vim-test-git-2018-01-16";
+    src = fetchgit {
+      url = "https://github.com/janko-m/vim-test.git";
+      rev = "731ad6942f9449d2ed22f6d9ccc8d1ce613b1f19";
+      sha256 = "14xwsc23zmkfl6ydvqiqf7l0gn5nxqdm62rvgiky5j5ii9iqj3hr";
+    };
+    dependencies = [];
+
+  };
+
   vim-hier = buildVimPluginFrom2Nix { # created by nix#NixDerivation
     name = "vim-hier-2011-08-27";
     src = fetchgit {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 0de98a32947b..39b23919c636 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -245,6 +245,7 @@
 "github:cespare/vim-toml"
 "github:ehamberg/vim-cute-python.git"
 "github:mhinz/vim-grepper.git"
+"github:janko-m/vim-test.git"
 "github:andsild/peskcolor.vim.git"
 "github:vim-scripts/mayansmoke.git"
 "github:chemzqm/denite-git"