Skip to content

Commit b4239ad

Browse files
committed
plugins/rainbow: init
Signed-off-by: saygo-png <[email protected]>
1 parent 0c50ed9 commit b4239ad

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

plugins/by-name/rainbow/default.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{ lib, ... }:
2+
lib.nixvim.plugins.mkVimPlugin {
3+
name = "rainbow";
4+
package = "rainbow";
5+
description = "Rainbow parentheses improved — shorter code, no level limit, smooth and fast with powerful configuration.";
6+
maintainers = [ lib.maintainers.saygo-png ];
7+
globalPrefix = "rainbow_";
8+
extraConfig = {
9+
plugins.rainbow.settings.active = lib.mkDefault 1;
10+
};
11+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
empty = {
3+
plugins.rainbow.enable = true;
4+
};
5+
}

0 commit comments

Comments
 (0)