Merge pull request #313508 from Misterio77/init-markdown-nvim

vimPlugins.markdown-nvim: init at 2024-04-23
This commit is contained in:
Basti 2024-05-28 20:09:05 +00:00 committed by GitHub
commit 6e85f5d144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -5914,6 +5914,18 @@ final: prev:
meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/";
};
markdown-nvim = buildVimPlugin {
pname = "markdown.nvim";
version = "2024-04-23";
src = fetchFromGitHub {
owner = "tadmccorkle";
repo = "markdown.nvim";
rev = "951b7b567668608d60637d2c9e97f4baea5fdbbe";
sha256 = "1n8521s77c1a2gz3di5k2v6apkssyja4xsks2f9p3fkm78lr447b";
};
meta.homepage = "https://github.com/tadmccorkle/markdown.nvim/";
};
markid = buildVimPlugin {
pname = "markid";
version = "2023-10-18";

View File

@ -495,6 +495,7 @@ https://github.com/mkasa/lushtags/,,
https://github.com/WhiteBlackGoose/magma-nvim-goose/,HEAD,
https://github.com/winston0410/mark-radar.nvim/,HEAD,
https://github.com/iamcco/markdown-preview.nvim/,,
https://github.com/tadmccorkle/markdown.nvim/,HEAD,
https://github.com/David-Kunz/markid/,HEAD,
https://github.com/chentoast/marks.nvim/,,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,