vimPlugins.mark-radar-nvim: init at 2021-06-22

This commit is contained in:
"Gaetan Lepage" 2023-03-20 07:43:52 +01:00 committed by Gaetan Lepage
parent 6f2249708e
commit b1e462cad7
2 changed files with 13 additions and 0 deletions

View File

@ -4785,6 +4785,18 @@ final: prev:
meta.homepage = "https://github.com/WhiteBlackGoose/magma-nvim-goose/";
};
mark-radar-nvim = buildVimPluginFrom2Nix {
pname = "mark-radar.nvim";
version = "2021-06-22";
src = fetchFromGitHub {
owner = "winston0410";
repo = "mark-radar.nvim";
rev = "d7fb84a670795a5b36b18a5b59afd1d3865cbec7";
sha256 = "1y3l2c7h8czhw0b5m25iyjdyy0p4nqk4a3bxv583m72hn4ac8rz9";
};
meta.homepage = "https://github.com/winston0410/mark-radar.nvim/";
};
markdown-preview-nvim = buildVimPluginFrom2Nix {
pname = "markdown-preview.nvim";
version = "2022-05-13";

View File

@ -401,6 +401,7 @@ https://github.com/alvarosevilla95/luatab.nvim/,,
https://github.com/rktjmp/lush.nvim/,,
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/chentoast/marks.nvim/,,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,