Try to fix neo-tree up a bit
This commit is contained in:
parent
c3285a150d
commit
0851a733db
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user