We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d304869 commit 0bba21dCopy full SHA for 0bba21d
plugins/by-name/kitty-scrollback/default.nix
@@ -5,10 +5,12 @@ lib.nixvim.plugins.mkNeovimPlugin {
5
6
maintainers = [ lib.maintainers.nim65s ];
7
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
- };
+ settingsExample = lib.literalExpression ''
+ {
+ # create your config
+ myconfig.kitty_get_text.ansi = false;
+ # or extend a builtin one
+ ksb_builtin_last_cmd_output.ansi = false;
14
+ }
15
+ '';
16
}
0 commit comments