vimPlugins.markdown-nvim: init at 2024-04-23

Fixes https://github.com/NixOS/nixpkgs/issues/312975
This commit is contained in:
Gabriel Fontes
2024-05-21 20:54:29 -03:00
parent 5710852ba6
commit 040acd1f12
2 changed files with 13 additions and 0 deletions
@@ -5903,6 +5903,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";
@@ -494,6 +494,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,