summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorGodefroid Chapelle <gotcha@bubblenet.be>2019-11-08 14:34:44 +0100
committerGodefroid Chapelle <gotcha@bubblenet.be>2019-11-08 15:12:24 +0100
commit61bd6c86203430e713facefeb078585999010726 (patch)
treecc2668a41b8bd00cc0e8834638d9542b5d9cadd4 /pkgs/misc
parent27716a8c78fb1d2b6b48d15f5282ee841e247a15 (diff)
downloadnixpkgs-61bd6c86203430e713facefeb078585999010726.tar
nixpkgs-61bd6c86203430e713facefeb078585999010726.tar.gz
nixpkgs-61bd6c86203430e713facefeb078585999010726.tar.bz2
nixpkgs-61bd6c86203430e713facefeb078585999010726.tar.lz
nixpkgs-61bd6c86203430e713facefeb078585999010726.tar.xz
nixpkgs-61bd6c86203430e713facefeb078585999010726.tar.zst
nixpkgs-61bd6c86203430e713facefeb078585999010726.zip
vimPlugins.vimelette: init at 2019-05-02
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix11
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 2b7505a2b3e..30a3e7ed843 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -5404,6 +5404,17 @@ let
     };
   };
 
+  vimelette = buildVimPluginFrom2Nix {
+    pname = "vimelette";
+    version = "2019-05-02";
+    src = fetchFromGitHub {
+      owner = "gotcha";
+      repo = "vimelette";
+      rev = "662f47fe0da2625dc743532832fa39f490388fa7";
+      sha256 = "094xyqba64dndgr5gfcqp6hy3siw90niyrrwz0avs924abss6adg";
+    };
+  };
+
   vimfiler-vim = buildVimPluginFrom2Nix {
     pname = "vimfiler-vim";
     version = "2019-07-30";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 45ed7300160..87cc0ec0d4f 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -105,6 +105,7 @@ godlygeek/tabular
 google/vim-codefmt
 google/vim-jsonnet
 google/vim-maktaba
+gotcha/vimelette
 gregsexton/gitv
 guns/vim-clojure-highlight
 guns/vim-clojure-static