Skip to content

Commit 0fdb64e

Browse files
committed
fix(oil): load oil.nvim eagerly to hijack directory buffers
1 parent 9164523 commit 0fdb64e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lua/modules/plugins/tool.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ tool["Bekaboo/dropbar.nvim"] = {
1616
dependencies = { "nvim-tree/nvim-web-devicons" },
1717
}
1818
tool["stevearc/oil.nvim"] = {
19-
lazy = true,
20-
cmd = "Oil",
19+
lazy = false,
2120
config = require("tool.oil"),
2221
dependencies = { "nvim-tree/nvim-web-devicons" },
2322
}

0 commit comments

Comments
 (0)