mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/nui: initialize
This commit is contained in:
parent
90d7deedc4
commit
e7356f6be0
2 changed files with 16 additions and 0 deletions
11
plugins/by-name/nui/default.nix
Normal file
11
plugins/by-name/nui/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
|
name = "nui";
|
||||||
|
originalName = "nui.nvim";
|
||||||
|
package = "nui-nvim";
|
||||||
|
description = "UI Component Library for Neovim";
|
||||||
|
maintainers = [ lib.maintainers.DataHearth ];
|
||||||
|
|
||||||
|
callSetup = false;
|
||||||
|
hasSettings = false;
|
||||||
|
}
|
5
tests/test-sources/plugins/by-name/nui/default.nix
Normal file
5
tests/test-sources/plugins/by-name/nui/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
empty = {
|
||||||
|
plugins.nui.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue