mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +02:00
plugins/telescope/extensions/undo: deprecate option diff_context_lines
This commit is contained in:
parent
c029f1745e
commit
0d95fc6888
2 changed files with 7 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
"echo '$DIFF' | delta"
|
||||
];
|
||||
side_by_side = true;
|
||||
diff_context_lines = 8;
|
||||
vim_diff_opts.ctxlen = 8;
|
||||
entry_format = "state #$ID";
|
||||
time_format = "!%Y-%m-%dT%TZ";
|
||||
mappings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue