1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-15 15:02:47 +01:00
nixvim/tests/test-sources/plugins/by-name/nui/default.nix
2024-10-28 19:10:11 +00:00

5 lines
52 B
Nix

{
empty = {
plugins.nui.enable = true;
};
}