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 4ecc08d commit 16302b0Copy full SHA for 16302b0
plugins/by-name/kitty-scrollback/default.nix
@@ -4,4 +4,13 @@ lib.nixvim.plugins.mkNeovimPlugin {
4
package = "kitty-scrollback-nvim";
5
6
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
+ '';
16
}
0 commit comments