Selaa lähdekoodia

fix(neovim): remove deprecated config option

Joe 10 kuukautta sitten
vanhempi
commit
bd65dd52aa
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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
             }