🗑️ remove(nvim): mapping to open in neotree

lazyvim now has one by default
This commit is contained in:
Sergio Laín 2024-03-26 14:13:49 +01:00
parent 16f2179fec
commit 3a69385961
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,
},
},
},
},
}