Skip to content

Commit eb297ee

Browse files
committed
Use original version of fundo
1 parent fb592d1 commit eb297ee

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

lua/plugins/lib/async.lua

Lines changed: 0 additions & 3 deletions
This file was deleted.

lua/plugins/tool/fundo.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---@type LazyPluginSpec
22
return {
3-
'ofseed/nvim-fundo',
4-
branch = 'nvim-plugin',
3+
'kevinhwang91/nvim-fundo',
4+
dependencies = {
5+
'kevinhwang91/promise-async',
6+
},
57
opts = {},
68
}

0 commit comments

Comments
 (0)