Merge pull request #101232 from i077/mkdx-vim/init

vimPlugins.mkdx: init at 2020-10-12
This commit is contained in:
Sandro 2020-12-28 02:17:42 +01:00 committed by GitHub
commit 31c87fb128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -2146,6 +2146,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

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