Skip to content

Commit e4ed227

Browse files
committed
plugins/gitsigns: remove deprecated option 'show_deleted'
lewis6991/gitsigns.nvim#1174
1 parent d997bec commit e4ed227

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

plugins/by-name/gitsigns/settings-options.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@ in
141141
corresponding highlight group in `signs.*.hl`.
142142
'';
143143

144-
show_deleted = defaultNullOpts.mkBool false ''
145-
Show the old version of hunks inline in the buffer (via virtual lines).
146-
147-
Note: Virtual lines currently use the highlight `GitSignsDeleteVirtLn`.
148-
'';
149-
150144
diff_opts =
151145
let
152146
diffOptType = types.submodule {

tests/test-sources/plugins/by-name/gitsigns/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
signcolumn = true;
4141
numhl = false;
4242
linehl = false;
43-
show_deleted = false;
4443
diff_opts = {
4544
algorithm = "myers";
4645
internal = false;

0 commit comments

Comments
 (0)