ソースを参照

fix(neovim): remove deprecated config option

Joe 10 ヶ月 前
コミット
bd65dd52aa
1 ファイル変更0 行追加1 行削除
  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
             }