Skip to content

Commit

Permalink
vimPlugins.mark-radar-nvim: init at 2021-06-22
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Lepage authored and GaetanLepage committed Mar 20, 2023
1 parent 6f22497 commit b1e462c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1e462c

Please sign in to comment.