feat: add stevearc/oil.nvim

This commit is contained in:
2025-10-05 13:26:50 +02:00
parent f9fb091e03
commit a015ce4035
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ local r = function(m) require("plugins." .. m) end
local order = {
"colorscheme",
"oil",
}
for _, m in ipairs(order) do