Try to fix neo-tree up a bit

This commit is contained in:
Ben Kreeger 2025-06-23 16:11:29 -05:00
parent c3285a150d
commit 0851a733db
Signed by: kreeger
GPG Key ID: 1F33DAF2F49E4046

View File

@ -22,6 +22,7 @@ return {
"thumbs.db", "thumbs.db",
}, },
}, },
use_libuv_file_watcher = true,
}, },
default_component_configs = { default_component_configs = {
git_status = { git_status = {
@ -36,6 +37,11 @@ return {
conflict = "", conflict = "",
}, },
}, },
window = {
mappings = {
["<tab>"] = { "toggle_node" },
},
},
}, },
}, },
keys = { keys = {