mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-18 18:03:47 +00:00
load oil very lazy
delay loading oil until required
This commit is contained in:
parent
edc49d2bb8
commit
e7e0a25ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"stevearc/oil.nvim",
|
"stevearc/oil.nvim",
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
lazy = false,
|
event = 'VeryLazy',
|
||||||
keys = {
|
keys = {
|
||||||
{ "-", "<cmd>Oil<cr>", desc = "Open parent directory" },
|
{ "-", "<cmd>Oil<cr>", desc = "Open parent directory" },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue