refactor(nvim): lazy load nvim-fundo
This commit is contained in:
parent
88c09ff44d
commit
d6af3786d6
@ -2,6 +2,7 @@ return {
|
||||
|
||||
{
|
||||
"kevinhwang91/nvim-fundo",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
dependences = { "kevinhwang91/promise-async" },
|
||||
config = true,
|
||||
build = function()
|
||||
|
Loading…
Reference in New Issue
Block a user