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:
parent
22f590c785
commit
fb1562f804
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue