diff --git a/doc/cp.txt b/doc/cp.txt index 6e4983d..32bb734 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -178,6 +178,7 @@ Here's an example configuration with lazy.nvim: > • {next_test_key} (`string`, default: `""`) Key to navigate to next test case. • {prev_test_key} (`string`, default: `""`) Key to navigate to previous test case. • {toggle_diff_key} (`string`, default: `"t"`) Key to toggle diff mode between vim and git. + • {max_output_lines} (`number`, default: `50`) Maximum lines of test output to display. *cp.DiffConfig*