forked from mirrors/nixpkgs
vimPlugins.mkdx: init at 2020-10-12
This commit is contained in:
parent
37740ec5b5
commit
07e49512aa
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue