oil.nvim bb

main
Zynh0722 2024-02-03 13:46:58 -08:00
parent 4cf2aae99d
commit ec23b6e922
1 changed files with 9 additions and 0 deletions

9
lua/plugins/oil.lua Normal file
View File

@ -0,0 +1,9 @@
return {
{
"stevearc/oil.nvim",
opts = {},
commands = { ":Oil" },
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" },
},
}