From ac8fb08f900cba78a2bbce708fab5d35d0ba093a Mon Sep 17 00:00:00 2001 From: chomosuke Date: Tue, 6 Dec 2022 22:20:59 +1100 Subject: [PATCH] removed DU from deleted as file will show up in tree --- lua/nvim-tree/explorer/common.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/nvim-tree/explorer/common.lua b/lua/nvim-tree/explorer/common.lua index d433ef4e..69bf90d6 100644 --- a/lua/nvim-tree/explorer/common.lua +++ b/lua/nvim-tree/explorer/common.lua @@ -95,8 +95,6 @@ function M.get_git_status(node) ["D "] = true, ["RD"] = true, ["DD"] = true, - -- TODO: test if this should be deleted - ["DU"] = true, } for _, s in pairs(node.git_status.dir.direct) do if deleted[s] then