summaryrefslogtreecommitdiffstats
path: root/pkgs/misc
diff options
context:
space:
mode:
authorEric Wolf <eric.wolf@lindenbaum.eu>2020-12-10 19:09:34 +0100
committerEric Wolf <eric.wolf@lindenbaum.eu>2020-12-17 11:30:36 +0100
commit91bad063f3957850c39eea75923d97e139d1536e (patch)
tree44155b9f7a7064f60c6f491d7fe254efcbd53aad /pkgs/misc
parent4713f3e3b66deeaf5c85ff981cc6d4536dfd4859 (diff)
vimPlugins.vim-erlang-tags: init at 2020-10-16
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index afbb58157476..22acc45256b3 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -4921,6 +4921,18 @@ let
meta.homepage = "https://github.com/vim-erlang/vim-erlang-runtime/";
};
+ vim-erlang-tags = buildVimPluginFrom2Nix {
+ pname = "vim-erlang-tags";
+ version = "2020-10-16";
+ src = fetchFromGitHub {
+ owner = "vim-erlang";
+ repo = "vim-erlang-tags";
+ rev = "a5bc6a90a166073d74e5103f40735740ae40a3cb";
+ sha256 = "02d3y2296nh8qv0kgx119c1niim6ci2bahi7q3k0jsl2f86fl7dy";
+ };
+ meta.homepage = "https://github.com/vim-erlang/vim-erlang-tags/";
+ };
+
vim-eunuch = buildVimPluginFrom2Nix {
pname = "vim-eunuch";
version = "2020-08-07";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 63da5d465ab7..e24374f32c42 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -593,6 +593,7 @@ vim-airline/vim-airline-themes
vim-erlang/vim-erlang-compiler
vim-erlang/vim-erlang-omnicomplete
vim-erlang/vim-erlang-runtime
+vim-erlang/vim-erlang-tags
vim-pandoc/vim-pandoc
vim-pandoc/vim-pandoc-after
vim-pandoc/vim-pandoc-syntax