vim-plugins/vim-operator-replace: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:36:58 +01:00
parent e77a83b808
commit 5fa0183d00
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

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

View file

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