Just load impatient from init
if will be called multiple times if present in lazy_load.lua which is totallly unnecessary why even from there ? Yes, this does not affect the --startuptime
This commit is contained in:
parent
a20fc560f3
commit
78ddf8d624
3 changed files with 5 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -1,3 +1,7 @@
|
|||
vim.defer_fn(function()
|
||||
pcall(require, "impatient")
|
||||
end, 0)
|
||||
|
||||
require "core"
|
||||
require "core.options"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue