We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c4dbc30 commit 29049d0Copy full SHA for 29049d0
pkgs/misc/vim-plugins/default.nix
@@ -2383,17 +2383,6 @@ rec {
2383
2384
};
2385
2386
- vimproc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
2387
- name = "vimproc-2016-08-06";
2388
- src = fetchgit {
2389
- url = "git://github.com/Shougo/vimproc";
2390
- rev = "25cb83f24edec4aec1e9f1329302235e7a7a7fe0";
2391
- sha256 = "19nl21623cv05j6ljyn35qm38pw3680nch2by1gapqmxazp99i20";
2392
- };
2393
- dependencies = [];
2394
-
2395
2396
2397
vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation
2398
name = "vinegar-2017-05-23";
2399
src = fetchgit {
0 commit comments