aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-04-21 23:05:54 +0200
committersrdusr <trevorgray@srdusr.com>2023-04-21 23:14:17 +0200
commitd6fbd2c5dd6e0cf732a99665ce8bd1edc92a950d (patch)
treefea1e515e3f056387a7b2c4bac92bba833ec4678 /.config
parent7e7d4e7e21bbc28dad1ef0162b4891f290b5ad37 (diff)
downloaddotfiles-d6fbd2c5dd6e0cf732a99665ce8bd1edc92a950d.tar.gz
dotfiles-d6fbd2c5dd6e0cf732a99665ce8bd1edc92a950d.zip
Commented out deprecated view.mappings.list
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/plugins/nvim-tree.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/nvim/lua/plugins/nvim-tree.lua b/.config/nvim/lua/plugins/nvim-tree.lua
index c950357..e6cf73c 100644
--- a/.config/nvim/lua/plugins/nvim-tree.lua
+++ b/.config/nvim/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" },
+ -- },
+ --},
},
})