From ab02fa36539fc11531e8f75d499a85f37a47992b Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Thu, 24 Aug 2023 19:36:02 +0200
Subject: [PATCH] update nvimtree because of update

---
 lua/codecraft/plugin/nvimtree.lua | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lua/codecraft/plugin/nvimtree.lua b/lua/codecraft/plugin/nvimtree.lua
index 94a41d9..75d3b01 100644
--- a/lua/codecraft/plugin/nvimtree.lua
+++ b/lua/codecraft/plugin/nvimtree.lua
@@ -82,12 +82,6 @@ require("nvim-tree").setup({
   sync_root_with_cwd = true,
   view = {
     width = 30,
-    mappings = {
-      list = {
-        { key = "u", action = "dir_up" },
-        { key = 'v', action = 'vsplit' }
-      },
-    },
   },
   filters = {},
   renderer = {
-- 
GitLab