nix-community.nixvim/plugins/by-name/nui/default.nix

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

12 lines
265 B
Nix
Raw Normal View History

2024-10-26 16:27:12 +02:00
{ lib, ... }:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkNeovimPlugin {
2024-10-26 16:27:12 +02:00
name = "nui";
packPathName = "nui.nvim";
2024-10-26 16:27:12 +02:00
package = "nui-nvim";
description = "UI Component Library for Neovim";
maintainers = [ lib.maintainers.DataHearth ];
callSetup = false;
hasSettings = false;
}