fix(nvim): do not overwrite space key in neo-tree
This commit is contained in:
parent
5c0d6a205a
commit
fca0c5a0a4
@ -1,4 +1,4 @@
|
||||
local neotree = require('neo-tree')
|
||||
local neotree = require("neo-tree")
|
||||
|
||||
vim.g.neo_tree_remove_legacy_commands = 1
|
||||
neotree.setup({
|
||||
@ -7,8 +7,8 @@ neotree.setup({
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['/'] = 'noop',
|
||||
['/'] = {},
|
||||
["<space>"] = "none",
|
||||
["/"] = "none",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user