feat(nvim): add nvim-fundo

This commit is contained in:
Price Hiller 2023-08-29 22:48:51 -05:00
parent d2fbfead3d
commit 998097f2a1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,11 @@
return {
{
"kevinhwang91/nvim-fundo",
dependences = { "kevinhwang91/promise-async" },
config = true,
build = function()
require("fundo").install()
end,
},
}