Skip to content

Commit 297506d

Browse files
committedMay 22, 2017
vimPlugins.ack-vim: init at 2017-05-07
1 parent 4e404c5 commit 297506d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎pkgs/misc/vim-plugins/default.nix

+11
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,17 @@ rec {
11241124

11251125
};
11261126

1127+
ack-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
1128+
name = "ack-vim-2017-05-07";
1129+
src = fetchgit {
1130+
url = "https://github.com/mileszs/ack.vim";
1131+
rev = "a16a9b63eb85cc0960a7f25c54647ac1f99f3360";
1132+
sha256 = "09bwawm2csliancl281y6wgalrrmaqq7d0baz4dq1cw18x657mk7";
1133+
};
1134+
dependencies = [];
1135+
1136+
};
1137+
11271138
lushtags = buildVimPluginFrom2Nix { # created by nix#NixDerivation
11281139
name = "lushtags-2017-04-19";
11291140
src = fetchgit {

‎pkgs/misc/vim-plugins/vim-plugin-names

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"github:machakann/vim-highlightedyank"
8686
"github:mhinz/vim-startify"
8787
"github:michaeljsmith/vim-indent-object"
88+
"github:mileszs/ack.vim"
8889
"github:mkasa/lushtags"
8990
"github:mpickering/hlint-refactor-vim"
9091
"github:nathanaelkane/vim-indent-guides"

0 commit comments

Comments
 (0)
Please sign in to comment.