vim-plugins/vim-operator-surround: init
This commit is contained in:
parent
f90e3bae4e
commit
6b4c532632
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user