Add Oil.nvim as file explorer

This commit is contained in:
Alexander Navarro 2023-10-29 19:33:10 -03:00
parent eebd9d4a78
commit f9b0ddf8d9
7 changed files with 161 additions and 93 deletions

View file

@ -81,7 +81,18 @@ return {
},
lualine_z = {},
},
extensions = { "neo-tree", "lazy" },
extensions = {
"neo-tree",
"lazy",
"fugitive",
"fzf",
"man",
"mason",
"nvim-tree",
"quickfix",
"symbols-outline",
"trouble",
},
}
end,
}