fix(neo-tree): disable the <space> mapping (you can use <cr> instead), to make sure <leader> mappings still work. Fixes #146

This commit is contained in:
Folke Lemaitre 2023-01-29 09:17:13 +01:00
parent 48f45d4469
commit ac1f188525
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -41,6 +41,11 @@ return {
bind_to_cwd = false,
follow_current_file = true,
},
window = {
mappings = {
["<space>"] = "none",
},
},
},
},