1 files changed,
3 insertions(+),
3 deletions(-)
M
lua/plugin/nvimtree.lua
@@ -29,9 +29,9 @@ hide_root_folder = false,
mappings = { custom_only = false, list = { - { key = { "l", "<CR>", "o" }, cb = tree_cb "edit" }, - { key = "h", cb = tree_cb "close_node" }, - { key = "v", cb = tree_cb "vsplit" }, + { key = { "l", "<CR>", "o" }, action = "edit" }, + { key = "h", action = "close_node" }, + { key = "v", action = "vsplit" }, }, }, },