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",
|
"stevearc/oil.nvim",
|
||||||
keys = {
|
lazy = false,
|
||||||
{ "-", "<cmd>Oil<cr>", desc = "Oil" },
|
|
||||||
},
|
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
config = function ()
|
config = function ()
|
||||||
require("oil").setup({
|
require("oil").setup({
|
||||||
|
default_file_explorer = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
["q"] = "actions.close",
|
["q"] = "actions.close",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue