vimPlugins.antonys-macro-repeater: init at 2017-09-10

This commit is contained in:
Justin Lovinger 2019-10-30 14:49:58 -04:00 committed by Jon
parent 565cca327a
commit 274bf0a395
2 changed files with 12 additions and 0 deletions

View file

@ -92,6 +92,17 @@ let
};
};
antonys-macro-repeater = buildVimPluginFrom2Nix {
pname = "antonys-macro-repeater";
version = "2017-09-10";
src = fetchFromGitHub {
owner = "ckarnell";
repo = "antonys-macro-repeater";
rev = "61784d86b2654f3e261b9cc33360c5197704e266";
sha256 = "1cq5r091qbxjs9s12f7bb2fdm43gxwpnnh2l8nhj0n69jfk7gblw";
};
};
argtextobj-vim = buildVimPluginFrom2Nix {
pname = "argtextobj-vim";
version = "2010-10-18";

View file

@ -45,6 +45,7 @@ chrisgeo/sparkup
chriskempson/base16-vim
christoomey/vim-sort-motion
christoomey/vim-tmux-navigator
ckarnell/antonys-macro-repeater
cloudhead/neovim-fuzzy
CoatiSoftware/vim-sourcetrail
cocopon/iceberg.vim