1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-01 06:31:05 +01:00
nixvim/plugins/by-name/preview/default.nix

15 lines
235 B
Nix

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