Skip to content

Commit 0bba21d

Browse files
nim65sMattSturgeon
andauthored
Update plugins/by-name/kitty-scrollback/default.nix
Co-authored-by: Matt Sturgeon <[email protected]>
1 parent d304869 commit 0bba21d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ lib.nixvim.plugins.mkNeovimPlugin {
55

66
maintainers = [ lib.maintainers.nim65s ];
77

8-
settingsExample = {
9-
# create your config
10-
myconfig.kitty_get_text.ansi = false;
11-
# or extend a builtin one
12-
ksb_builtin_last_cmd_output.ansi = false;
13-
};
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+
'';
1416
}

0 commit comments

Comments
 (0)