forked from mirrors/nixpkgs
vim-plugins/vim-operator-replace: init
This commit is contained in:
parent
e77a83b808
commit
5fa0183d00
|
@ -1277,6 +1277,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-operator-replace = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "vim-operator-replace-2015-02-25";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://github.com/kana/vim-operator-replace";
|
||||||
|
rev = "1345a556a321a092716e149d4765a5e17c0e9f0f";
|
||||||
|
sha256 = "07cibp61zwbzpjfxqdc77fzrgnz8jhimmdhhyjr0lvgrjgvsnv6q";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "latex-box-2015-06-01";
|
name = "latex-box-2015-06-01";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -241,6 +241,7 @@
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
"github:kana/vim-niceblock"
|
"github:kana/vim-niceblock"
|
||||||
|
"github:kana/vim-operator-replace"
|
||||||
"github:rhysd/vim-operator-surround"
|
"github:rhysd/vim-operator-surround"
|
||||||
"github:chikatoike/concealedyank.vim"
|
"github:chikatoike/concealedyank.vim"
|
||||||
"github:osyo-manga/vim-textobj-multiblock"
|
"github:osyo-manga/vim-textobj-multiblock"
|
||||||
|
|
Loading…
Reference in a new issue