RishabhRD / nvim-cheat.sh

cheat.sh integration for neovim in elegant way
151 stars 8 forks source link

Error: attempt to index local 'popup' (a boolean value) #3

Closed Mongey closed 3 years ago

Mongey commented 3 years ago
E5108: Error executing lua .../.vim/bundle/nvim-cheat.sh/lua/nvim-cheat/init.lua:178: attempt to index local 'popup' (a boolean value)
:version
NVIM v0.5.0-dev+973-gc64cce906
Build type: Release
LuaJIT 2.1.0-beta3
RishabhRD commented 3 years ago

Hi! Thanks for the feedback. It should work fine now. Just update the popfix plugin. It was a popfix bug. I corrected that on my machine and forgot to push it to the master branch. So dumb of me :sweat_smile: Thanks for reporting this crucial thing! Hope it would fine now :)

Mongey commented 3 years ago

Thanks @RishabhRD that fixed it :)