1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-29 13:41:04 +01:00
nixvim/plugins/by-name/preview/default.nix

16 lines
278 B
Nix

{
lib,
helpers,
...
}:
with lib;
lib.nixvim.plugins.mkNeovimPlugin {
name = "preview";
packPathName = "Preview.nvim";
package = "Preview-nvim";
description = "Neovim wrapper around MD-TUI.";
hasSettings = false;
maintainers = [ maintainers.GaetanLepage ];
}