mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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`.
|
||||
'';
|
||||
|
||||
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 =
|
||||
let
|
||||
diffOptType = types.submodule {
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
signcolumn = true;
|
||||
numhl = false;
|
||||
linehl = false;
|
||||
show_deleted = false;
|
||||
diff_opts = {
|
||||
algorithm = "myers";
|
||||
internal = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue