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:37:50 +0100
committerAnders Sildnes <andsild@posteo.net>2018-02-01 16:21:38 +0100
commit4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4 (patch)
treea7d73937269831c6cce762f6df47897e71b8b19e /pkgs/misc
parent5fa0183d00945a25bd78431efb2c5e26ffe885a4 (diff)
downloadnixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar.gz
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar.bz2
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar.lz
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar.xz
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.tar.zst
nixlib-4d5acac34b4ee104d9ec3ae1d5c76b8693e315e4.zip
vim-plugins/vim-operator-user: init
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/default.nix11
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index b35a6633b40c..9751b5887343 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -1288,6 +1288,17 @@ rec {
 
   };
 
+  vim-operator-user = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "vim-operator-user-2015-02-17";
+    src = fetchgit {
+      url = "https://github.com/kana/vim-operator-user";
+      rev = "c3dfd41c1ed516b4b901c97562e644de62c367aa";
+      sha256 = "16y2fyrmwg4vkcl85i8xg8s6m39ca2jvgi9qm36b3vzbnkcifafb";
+    };
+    dependencies = [];
+
+  };
+
   latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
     name = "latex-box-2015-06-01";
     src = fetchgit {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index b26047dc4f75..421c388b1143 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -240,6 +240,7 @@
 "xterm-color-table"
 "zeavim"
 "github:elzr/vim-json"
+"github:kana/vim-operator-user"
 "github:kana/vim-niceblock"
 "github:kana/vim-operator-replace"
 "github:rhysd/vim-operator-surround"