We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb592d1 commit eb297eeCopy full SHA for eb297ee
2 files changed
lua/plugins/lib/async.lua
lua/plugins/tool/fundo.lua
@@ -1,6 +1,8 @@
1
---@type LazyPluginSpec
2
return {
3
- 'ofseed/nvim-fundo',
4
- branch = 'nvim-plugin',
+ 'kevinhwang91/nvim-fundo',
+ dependencies = {
5
+ 'kevinhwang91/promise-async',
6
+ },
7
opts = {},
8
}
0 commit comments