mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 17:21:33 +00:00
perf: refactor startup time
This commit is contained in:
@ -11,7 +11,8 @@ return {
|
||||
},
|
||||
},
|
||||
cmd = { "Oil" },
|
||||
lazy = false,
|
||||
-- lazy = false,
|
||||
event = "VimEnter",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require("oil").setup({
|
||||
|
Reference in New Issue
Block a user