about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorAnders Sildnes <andsild@posteo.net>2018-01-25 12:53:02 +0100
committerAnders Sildnes <andsild@posteo.net>2018-02-01 16:21:08 +0100
commit6b4c5326327dc6330b2d38b4aac6b295ad7be8b5 (patch)
treefbf7880c536ab5b1097e4fae57ab5f0882ff4769 /pkgs/misc/vim-plugins
parentf90e3bae4ebd40575b053d7d4c9f9fef66dbfd0d (diff)
downloadnixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar.gz
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar.bz2
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar.lz
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar.xz
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.tar.zst
nixlib-6b4c5326327dc6330b2d38b4aac6b295ad7be8b5.zip
vim-plugins/vim-operator-surround: init
Diffstat (limited to 'pkgs/misc/vim-plugins')
-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 aa7ffc5a7c38..e3c68032215b 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -1553,6 +1553,17 @@ rec {
     ];
   };
 
+  vim-operator-surround = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "vim-operator-surround-2017-12-23";
+    src = fetchgit {
+      url = "https://github.com/rhysd/vim-operator-surround";
+      rev = "001c0da077b5b38a723151b19760d220e02363db";
+      sha256 = "0c6w6id57faw6sjf5wvw9qp2a4i7xj65q0c4hjs0spgzycv2wpkh";
+    };
+    dependencies = [];
+
+  };
+
   vim-puppet = buildVimPluginFrom2Nix { # created by nix#NixDerivation
     name = "vim-puppet-2017-08-25";
     src = fetchgit {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 1fc25863753a..553421dba72c 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -239,6 +239,7 @@
 "vundle"
 "xterm-color-table"
 "zeavim"
+"github:rhysd/vim-operator-surround"
 "github:cespare/vim-toml"
 "github:mhinz/vim-grepper.git"
 "github:andsild/peskcolor.vim.git"