Updated lazyvim & added system open to neotree
This commit is contained in:
parent
af6424e7f9
commit
16fcac8f72
4 changed files with 52 additions and 34 deletions
|
|
@ -4,5 +4,16 @@ return {
|
|||
window = {
|
||||
width = 40,
|
||||
},
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
["<C-l>"] = function(state)
|
||||
local node = state.tree:get_node()
|
||||
|
||||
os.execute(string.format('xdg-open "%s" &> /dev/null &', node.path))
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue