summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/generated.nix
diff options
context:
space:
mode:
authorEric Wolf <eric.wolf@lindenbaum.eu>2020-12-09 12:32:59 +0100
committerEric Wolf <eric.wolf@lindenbaum.eu>2020-12-17 11:30:36 +0100
commitb067c51d356529a67ae1d6c8288d70d97b6e3691 (patch)
tree6bf44dc4e1b33c86575ccd3e81cc23444dadcbc1 /pkgs/misc/vim-plugins/generated.nix
parent67062ad05d5c3de0ca3c84411bfdbc61fa08a519 (diff)
downloadnixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar.gz
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar.bz2
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar.lz
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar.xz
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.tar.zst
nixpkgs-b067c51d356529a67ae1d6c8288d70d97b6e3691.zip
vimPlugins.vim-erlang-compiler: init at 2020-11-16
Diffstat (limited to 'pkgs/misc/vim-plugins/generated.nix')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 0a2b87b612f..aade3361d86 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -4885,6 +4885,18 @@ let
     meta.homepage = "https://github.com/tpope/vim-endwise/";
   };
 
+  vim-erlang-compiler = buildVimPluginFrom2Nix {
+    pname = "vim-erlang-compiler";
+    version = "2020-11-16";
+    src = fetchFromGitHub {
+      owner = "vim-erlang";
+      repo = "vim-erlang-compiler";
+      rev = "17e47d28141c961e567b39d8d9956cbdb6e720d0";
+      sha256 = "1j27zk2gfig3zv7cg7dwg5x0c3nsik5blcci8a16wq050pi8bsr1";
+    };
+    meta.homepage = "https://github.com/vim-erlang/vim-erlang-compiler/";
+  };
+
   vim-erlang-runtime = buildVimPluginFrom2Nix {
     pname = "vim-erlang-runtime";
     version = "2020-11-22";