Add Oil.nvim as file explorer
This commit is contained in:
parent
eebd9d4a78
commit
f9b0ddf8d9
7 changed files with 161 additions and 93 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue