vim-plugins/vim-operator-replace: init

This commit is contained in:
Anders Sildnes
2018-02-01 16:21:35 +01:00
parent e77a83b808
commit 5fa0183d00
2 changed files with 12 additions and 0 deletions
+11
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 {