1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 09:49:41 +01:00
nixvim/plugins/by-name/preview/default.nix
2024-12-22 10:04:00 +00:00

15 lines
229 B
Nix

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