From 0987df01be5e72a4590ccd0cd5e18bd5acf6f811 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 21 Apr 2023 23:05:54 +0200 Subject: Commented out deprecated view.mappings.list --- lua/plugins/nvim-tree.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index c950357..e6cf73c 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -65,13 +65,13 @@ nvim_tree.setup({ width = 30, --height = 30, side = "left", - mappings = { - list = { - { key = { "l", "", "o" }, cb = tree_cb("edit") }, - { key = "h", cb = tree_cb("close_node") }, - { key = "v", cb = tree_cb("vsplit") }, - { key = "u", action = "dir_up" }, - }, - }, + --mappings = { + -- list = { + -- { key = { "l", "", "o" }, cb = tree_cb("edit") }, + -- { key = "h", cb = tree_cb("close_node") }, + -- { key = "v", cb = tree_cb("vsplit") }, + -- { key = "u", action = "dir_up" }, + -- }, + --}, }, }) -- cgit v1.2.3