vimPlugins.vimelette: init at 2019-05-02

This commit is contained in:
Godefroid Chapelle 2019-11-08 14:34:44 +01:00
parent 27716a8c78
commit 61bd6c8620
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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