mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/gitsigns: remove deprecated option 'show_deleted'
https://github.com/lewis6991/gitsigns.nvim/pull/1174
This commit is contained in:
parent
d997bec044
commit
e4ed227f99
2 changed files with 0 additions and 7 deletions
|
@ -141,12 +141,6 @@ in
|
||||||
corresponding highlight group in `signs.*.hl`.
|
corresponding highlight group in `signs.*.hl`.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
show_deleted = defaultNullOpts.mkBool false ''
|
|
||||||
Show the old version of hunks inline in the buffer (via virtual lines).
|
|
||||||
|
|
||||||
Note: Virtual lines currently use the highlight `GitSignsDeleteVirtLn`.
|
|
||||||
'';
|
|
||||||
|
|
||||||
diff_opts =
|
diff_opts =
|
||||||
let
|
let
|
||||||
diffOptType = types.submodule {
|
diffOptType = types.submodule {
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
signcolumn = true;
|
signcolumn = true;
|
||||||
numhl = false;
|
numhl = false;
|
||||||
linehl = false;
|
linehl = false;
|
||||||
show_deleted = false;
|
|
||||||
diff_opts = {
|
diff_opts = {
|
||||||
algorithm = "myers";
|
algorithm = "myers";
|
||||||
internal = false;
|
internal = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue