mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vim-plugins/vim-operator-replace: init
This commit is contained in:
parent
e77a83b808
commit
5fa0183d00
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
name = "latex-box-2015-06-01";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -241,6 +241,7 @@
|
|||
"zeavim"
|
||||
"github:elzr/vim-json"
|
||||
"github:kana/vim-niceblock"
|
||||
"github:kana/vim-operator-replace"
|
||||
"github:rhysd/vim-operator-surround"
|
||||
"github:chikatoike/concealedyank.vim"
|
||||
"github:osyo-manga/vim-textobj-multiblock"
|
||||
|
|
Loading…
Reference in a new issue