aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-21 23:05:54 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-21 23:05:54 +0200
commit0987df01be5e72a4590ccd0cd5e18bd5acf6f811 (patch)
tree11d94135d1bfcc774cc283f4f95c0ce0a8e43ae3
parentccb2a1010108ff040ad1e13ba13c9da033afa35c (diff)
downloaddotfiles-0987df01be5e72a4590ccd0cd5e18bd5acf6f811.tar.gz
dotfiles-0987df01be5e72a4590ccd0cd5e18bd5acf6f811.zip
Commented out deprecated view.mappings.list
-rw-r--r--lua/plugins/nvim-tree.lua16
1 files changed, 8 insertions, 8 deletions
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", "<CR>", "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", "<CR>", "o" }, cb = tree_cb("edit") },
+ -- { key = "h", cb = tree_cb("close_node") },
+ -- { key = "v", cb = tree_cb("vsplit") },
+ -- { key = "u", action = "dir_up" },
+ -- },
+ --},
},
})