fix(nvim): use correct key for fundo deps

This commit is contained in:
Price Hiller 2023-11-18 17:37:34 -06:00
parent a092c0df01
commit 143f61d443
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -3,7 +3,7 @@ return {
{
"kevinhwang91/nvim-fundo",
event = { "BufReadPre", "BufNewFile" },
dependences = { "kevinhwang91/promise-async" },
dependencies = { "kevinhwang91/promise-async" },
config = true,
build = function()
require("fundo").install()