vimPlugins.mkdx: init at 2020-10-12

This commit is contained in:
Imran Hossain 2020-10-21 00:36:57 -04:00
parent 37740ec5b5
commit 07e49512aa
2 changed files with 13 additions and 0 deletions

View File

@ -2014,6 +2014,18 @@ let
meta.homepage = "https://github.com/vim-scripts/mayansmoke/";
};
mkdx = buildVimPluginFrom2Nix {
pname = "mkdx";
version = "2020-10-12";
src = fetchFromGitHub {
owner = "SidOfc";
repo = "mkdx";
rev = "65f343251d99c20db9f22e9c836b709f249129f6";
sha256 = "06xz12h87wkcpn2w22k6m7gxshk5x75hg8ql9cmja89v0birsn0f";
};
meta.homepage = "https://github.com/SidOfc/mkdx/";
};
molokai = buildVimPluginFrom2Nix {
pname = "molokai";
version = "2015-11-11";

View File

@ -463,6 +463,7 @@ Shougo/vimproc.vim
Shougo/vimshell.vim
shumphrey/fugitive-gitlab.vim
sickill/vim-pasta
SidOfc/mkdx
simnalamburt/vim-mundo
SirVer/ultisnips
sjl/gundo.vim