refactor(nvim): lazy load nvim-fundo

This commit is contained in:
Price Hiller 2023-09-04 19:01:02 -05:00
parent 88c09ff44d
commit d6af3786d6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -2,6 +2,7 @@ return {
{
"kevinhwang91/nvim-fundo",
event = { "BufReadPre", "BufNewFile" },
dependences = { "kevinhwang91/promise-async" },
config = true,
build = function()