Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

healthcheck: attempt to index field 'health' (a nil value) #12

Closed
ysomad opened this issue Jul 2, 2022 · 1 comment · Fixed by #13
Closed

healthcheck: attempt to index field 'health' (a nil value) #12

ysomad opened this issue Jul 2, 2022 · 1 comment · Fixed by #13
Labels
bug Something isn't working
Projects

Comments

@ysomad
Copy link
Contributor

ysomad commented Jul 2, 2022

Hi! Great tool I've found yesterday but for some reason i'm getting error today.

:healthcheck log:

gopher: require("gopher.health").check()
========================================================================
  - ERROR: Failed to run healthcheck for "gopher" plugin. Exception:
    function health#check, line 20
    Vim(eval):E5108: Error executing lua ...site/pack/packer/start/gopher.nvim/lua/gopher/health.lua:19: attempt to index field 'health' (a nil value)
    stack traceback:
    ...site/pack/packer/start/gopher.nvim/lua/gopher/health.lua:19: in function 'check'
    [string "luaeval()"]:1: in main chunk

packer installation:

 use { 'olexsmir/gopher.nvim', config=function() require('gopher').setup{} end }
@olexsmir olexsmir added the bug Something isn't working label Jul 2, 2022
@olexsmir olexsmir added this to To do in gopher.nvim via automation Jul 2, 2022
@olexsmir olexsmir moved this from To do to In progress in gopher.nvim Jul 2, 2022
gopher.nvim automation moved this from In progress to Done Jul 2, 2022
@ysomad
Copy link
Contributor Author

ysomad commented Jul 2, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants