fix: impatient loading order
This commit is contained in:
committed by
Sidhanth Rathod
parent
20f45c3962
commit
aee1c8b830
@@ -226,10 +226,7 @@ local plugins = {
|
||||
|
||||
-- Speed up deffered plugins
|
||||
["lewis6991/impatient.nvim"] = {
|
||||
event = "VimEnter",
|
||||
config = function()
|
||||
vim.defer_fn(function() require "impatient" end, 0)
|
||||
end,
|
||||
module = "impatient"
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user