Skip to content

Commit

Permalink
plugins/gitsigns: remove deprecated option 'show_deleted'
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 30, 2025
1 parent d997bec commit e4ed227
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions plugins/by-name/gitsigns/settings-options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion tests/test-sources/plugins/by-name/gitsigns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
signcolumn = true;
numhl = false;
linehl = false;
show_deleted = false;
diff_opts = {
algorithm = "myers";
internal = false;
Expand Down

0 comments on commit e4ed227

Please sign in to comment.