🗑️ remove(nvim): mapping to open in neotree
lazyvim now has one by default
This commit is contained in:
parent
16f2179fec
commit
3a69385961
1 changed files with 0 additions and 9 deletions
|
@ -48,15 +48,6 @@ return {
|
|||
},
|
||||
filesystem = {
|
||||
hijack_netrw_behavior = "open_default",
|
||||
window = {
|
||||
mappings = {
|
||||
["O"] = function(state)
|
||||
local node = state.tree:get_node()
|
||||
local path = node:get_id()
|
||||
vim.fn.jobstart({ "xdg-open", path }, { detach = true })
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue