starter/lua/plugins/oil.lua
fm39hz-workstation 8bc66e3d07 feat: add my own plugins
- oil.nvim
- togglecheckbox
2024-05-13 10:19:50 +07:00

9 lines
156 B
Lua

return {
-- add oil
{
"stevearc/oil.nvim",
opts = {},
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" },
},
}