Updated config
This commit is contained in:
@ -23,10 +23,6 @@ local function on_attach(bufnr)
|
||||
|
||||
api.node.open.edit()
|
||||
api.tree.focus()
|
||||
-- local node = api.tree.get_node_under_cursor()
|
||||
-- if node.nodes ~= nil then
|
||||
-- api.node.open.edit()
|
||||
-- end
|
||||
end, 10)
|
||||
end, opts("Open folder/file"))
|
||||
end
|
||||
@ -70,7 +66,7 @@ return {
|
||||
update_root = false,
|
||||
},
|
||||
view = {
|
||||
width = 35,
|
||||
width = 30,
|
||||
},
|
||||
},
|
||||
config = true,
|
||||
|
Reference in New Issue
Block a user