Browse Source

fix(neovim): remove deprecated config option

Joe 10 months ago
parent
commit
bd65dd52aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .config/nvim/lua/plugins/git.lua

+ 0 - 1
.config/nvim/lua/plugins/git.lua

@@ -17,7 +17,6 @@ return {
                 linehl = false,
                 max_file_length = 50000,
                 word_diff = false,
-                show_deleted = false,
                 auto_attach = true,
                 attach_to_untracked = true
             }