Skip to content

Commit 16302b0

Browse files
nim65sMattSturgeon
andcommitted
plugins/kitty-scrollback: add settingsExample
Co-authored-by: Matt Sturgeon <[email protected]>
1 parent 4ecc08d commit 16302b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

plugins/by-name/kitty-scrollback/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@ lib.nixvim.plugins.mkNeovimPlugin {
44
package = "kitty-scrollback-nvim";
55

66
maintainers = [ lib.maintainers.nim65s ];
7+
8+
settingsExample = lib.literalExpression ''
9+
{
10+
# create your config
11+
myconfig.kitty_get_text.ansi = false;
12+
# or extend a builtin one
13+
ksb_builtin_last_cmd_output.ansi = false;
14+
}
15+
'';
716
}

0 commit comments

Comments
 (0)