···11-return {
22- "stevearc/oil.nvim",
33- -- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
44- lazy = false,
55-66- ---@module 'oil'
77- ---@type oil.SetupOpts
88- keys = { { "<leader>e", "<cmd>Oil<cr>", desc = "Open oil.nvim navigation" } },
99- opts = { default_file_explorer = true },
1010-}