RishabhRD / nvim-cheat.sh

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

ERROR: Attempt to index local 'popup' #2

Closed madskjeldgaard closed 3 years ago

madskjeldgaard commented 3 years ago

Hi I just installed this - and it works nicely. Very cool idea !!

But, the first time it opens a popup window, I get this:

E5108: Error executing lua ...share/nvim/plugged/nvim-cheat.sh/lua/nvim-cheat/init.lua:178: attempt to index local 'popup' (a boolean val
ue)  

(I do have popupfix installed)

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 to master branch. So dumb of me :sweat_smile: Thanks for reporting this crucial thing!

madskjeldgaard commented 3 years ago

No problem and thanks so much for the response!

madskjeldgaard commented 3 years ago

It works great. Thanks!