You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed using packer the plugin today. I ran into the following issue:
...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:18: The coroutine failed with this message: ...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:18: The coroutine failed with this message: ...site/pack/packer/opt/vgit.nvim/lua/vgit/git/git_repo.lua:23: attempt to index local 'result' (a nil value)
stack traceback:
[C]: in function 'error'
...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:18: in function 'callback_or_next'
...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:45: in function 'step'
...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:48: in function 'execute'
...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:118: in function <...ck/packer/start/plenary.nvim/lua/plenary/async/async.lua:117>
Looking at git_repo.lua, shouldn't line 23 and 24 be switched?
Description
Thanks for developing this plugin!
I just installed using
packer
the plugin today. I ran into the following issue:Looking at
git_repo.lua
, shouldn't line 23 and 24 be switched?nvim --version output: NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1731601260
Operating system: Gentoo Linux on amd64
The text was updated successfully, but these errors were encountered: