vimPlugins.ack-vim: init at 2017-05-07

This commit is contained in:
Jörg Thalheim 2017-05-19 14:28:45 +01:00
parent 4e404c5a70
commit 297506d563
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA
2 changed files with 12 additions and 0 deletions

View file

@ -1124,6 +1124,17 @@ rec {
};
ack-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "ack-vim-2017-05-07";
src = fetchgit {
url = "https://github.com/mileszs/ack.vim";
rev = "a16a9b63eb85cc0960a7f25c54647ac1f99f3360";
sha256 = "09bwawm2csliancl281y6wgalrrmaqq7d0baz4dq1cw18x657mk7";
};
dependencies = [];
};
lushtags = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "lushtags-2017-04-19";
src = fetchgit {

View file

@ -85,6 +85,7 @@
"github:machakann/vim-highlightedyank"
"github:mhinz/vim-startify"
"github:michaeljsmith/vim-indent-object"
"github:mileszs/ack.vim"
"github:mkasa/lushtags"
"github:mpickering/hlint-refactor-vim"
"github:nathanaelkane/vim-indent-guides"