mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 03:30:12 +02:00
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:
parent
48f45d4469
commit
ac1f188525
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ return {
|
||||||
bind_to_cwd = false,
|
bind_to_cwd = false,
|
||||||
follow_current_file = true,
|
follow_current_file = true,
|
||||||
},
|
},
|
||||||
|
window = {
|
||||||
|
mappings = {
|
||||||
|
["<space>"] = "none",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue