Updated config

This commit is contained in:
2024-03-02 00:32:40 +01:00
parent d82d239cd0
commit d6871eb3b9
16 changed files with 81 additions and 29 deletions

View File

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