소스 검색

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
             }