nix-community.nixvim/plugins/languages/markdown/preview.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
278 B
Nix
Raw Normal View History

2024-07-01 11:40:35 +02:00
{
lib,
helpers,
config,
pkgs,
...
}:
with lib;
helpers.neovim-plugin.mkNeovimPlugin config {
name = "preview";
originalName = "Preview.nvim";
defaultPackage = pkgs.vimPlugins.Preview-nvim;
hasSettings = false;
maintainers = [ maintainers.GaetanLepage ];
}