File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,17 @@ rec {
1124
1124
1125
1125
} ;
1126
1126
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
+
1127
1138
lushtags = buildVimPluginFrom2Nix { # created by nix#NixDerivation
1128
1139
name = "lushtags-2017-04-19" ;
1129
1140
src = fetchgit {
Original file line number Diff line number Diff line change 85
85
"github:machakann/vim-highlightedyank"
86
86
"github:mhinz/vim-startify"
87
87
"github:michaeljsmith/vim-indent-object"
88
+ "github:mileszs/ack.vim"
88
89
"github:mkasa/lushtags"
89
90
"github:mpickering/hlint-refactor-vim"
90
91
"github:nathanaelkane/vim-indent-guides"
You can’t perform that action at this time.
0 commit comments