This commit is contained in:
Christian Nieves
2023-09-13 16:31:09 +00:00
parent 59b507b658
commit 31f07ddc5e
14 changed files with 77 additions and 46 deletions

View File

@ -4,6 +4,11 @@ return {
config = function()
require("neo-tree").setup({
hijack_netrw_behavior = "open_current",
window = {
mappings = {
["O"] = "expand_all_nodes",
},
},
})
end,
dependencies = {