vimPlugins.vim-metamath: init at 2017-02-10

This commit is contained in:
Nathan van Doorn
2019-11-07 11:18:05 -08:00
committed by Jon
parent 060f3125fc
commit 31315ec730
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -379,6 +379,10 @@ self: super: {
'';
});
vim-metamath = super.vim-metamath.overrideAttrs(old: {
preInstall = "cd vim";
});
vim-snipmate = super.vim-snipmate.overrideAttrs(old: {
dependencies = with super; [ vim-addon-mw-utils tlib_vim ];
});