dots2/.config/nvim/lua/plugins/oil.lua

6 lines
100 B
Lua

return {
"stevearc/oil.nvim",
config = function()
require("oil").setup()
end,
}