vimPlugins.emodeline: init at 2010-10-18

This commit is contained in:
Jacek Galowicz
2019-04-20 20:00:03 +00:00
committed by Joachim F
parent 5ffe382afc
commit bfd9eaeb53
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -571,6 +571,17 @@ let
};
};
emodeline = buildVimPluginFrom2Nix {
pname = "emodeline";
version = "2010-10-18";
src = fetchFromGitHub {
owner = "vim-scripts";
repo = "emodeline";
rev = "19550795743876c2256021530209d83592f5924a";
sha256 = "0x9y7rzbk6g8cq6jkn37wi95wzhq0abban6w10652v4kdmjrxrr0";
};
};
ensime-vim = buildVimPluginFrom2Nix {
pname = "ensime-vim";
version = "2018-10-10";