From 081881b714e83bf4330e0a31991966cbf67d931a Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 28 Nov 2025 01:52:34 +0300 Subject: =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B0=D0=BF=D0=B4=D0=B5=D0=B9=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nvim/lua/plugins/tree.lua | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'config/nvim/lua/plugins/tree.lua') diff --git a/config/nvim/lua/plugins/tree.lua b/config/nvim/lua/plugins/tree.lua index 3bf9eed..30c0599 100644 --- a/config/nvim/lua/plugins/tree.lua +++ b/config/nvim/lua/plugins/tree.lua @@ -37,18 +37,4 @@ return { enable = true, }, }, - keys = { - { - "", - function() - local api = require("nvim-tree.api") - local global_cwd = vim.fn.getcwd(-1, -1) - api.tree.change_root(global_cwd) - end, - noremap = true, - silent = true, - desc = "Change tree root to CWD", - }, - { "", ":NvimTreeToggle", noremap = true, silent = true, desc = "Toggle file tree" }, - }, } -- cgit v1.2.3