summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/generated.nix
diff options
context:
space:
mode:
authorMatthias Totschnig <matthias@totschnig.org>2019-07-28 18:31:56 +0200
committerMatthias Totschnig <matthias@totschnig.org>2019-07-29 13:54:53 +0200
commitda5c9d54cdb093082fbea7a245d2654e63f7924a (patch)
tree857d3f37cabbc91f5cd3a1100e110f00b400aa90 /pkgs/misc/vim-plugins/generated.nix
parent33b2529c7db0fd4940856974bd9f42bf1ef65d24 (diff)
downloadnixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar.gz
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar.bz2
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar.lz
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar.xz
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.tar.zst
nixpkgs-da5c9d54cdb093082fbea7a245d2654e63f7924a.zip
vimPlugins.vim-lean: init at 2017-07-29
Diffstat (limited to 'pkgs/misc/vim-plugins/generated.nix')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index e7a03903bb9..78da783962a 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -3676,6 +3676,17 @@ let
     };
   };
 
+  vim-lean = buildVimPluginFrom2Nix {
+    pname = "vim-lean";
+    version = "2017-07-29";
+    src = fetchFromGitHub {
+      owner = "mk12";
+      repo = "vim-lean";
+      rev = "02d678e4346dce35d6b2eed9a03b2b2d3cc84127";
+      sha256 = "1yw13wf7j92gk8fwkhls6bdbz2h7xbyq4qba8zsfm76rbqn7vzfg";
+    };
+  };
+
   vim-ledger = buildVimPluginFrom2Nix {
     pname = "vim-ledger";
     version = "2019-07-03";