vim-plugins/vim-operator-surround: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:53:02 +01:00
parent f90e3bae4e
commit 6b4c532632
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -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"