chore: Disable lazy for oil.nvim

I need it to overwrite netrw, I can't figure out how to do that with
lazyload atm
This commit is contained in:
Ahmad Ansori Palembani 2024-04-24 11:19:27 +07:00
parent 22f590c785
commit fb1562f804
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -18,12 +18,11 @@ return {
},
{
"stevearc/oil.nvim",
keys = {
{ "-", "<cmd>Oil<cr>", desc = "Oil" },
},
lazy = false,
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function ()
require("oil").setup({
default_file_explorer = true,
keymaps = {
["q"] = "actions.close",
},