mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vimPlugins.antonys-macro-repeater: init at 2017-09-10
This commit is contained in:
parent
565cca327a
commit
274bf0a395
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue