plugins/gitsigns: remove deprecated option 'show_deleted'

https://github.com/lewis6991/gitsigns.nvim/pull/1174
This commit is contained in:
Gaetan Lepage 2025-01-30 17:43:27 +01:00
parent d997bec044
commit e4ed227f99
2 changed files with 0 additions and 7 deletions

View file

@ -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 {

View file

@ -40,7 +40,6 @@
signcolumn = true;
numhl = false;
linehl = false;
show_deleted = false;
diff_opts = {
algorithm = "myers";
internal = false;