all repos

init.lua @ 2330b3d

my nvim config
1 files changed, 3 insertions(+), 3 deletions(-)
Fix nvimtree keymaps
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 12:29:24 +0200
Parent: d1becaa
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" }, }, }, },