mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
vimPlugins.mark-radar-nvim: init at 2021-06-22
This commit is contained in:
parent
6f2249708e
commit
b1e462cad7
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user