nvim-neorocks / rocks-config.nvim

Allow rocks.nvim to help configure your plugins.
GNU General Public License v3.0
55 stars 2 forks source link

checkhealth fails #45

Closed kflak closed 1 month ago

kflak commented 1 month ago

Hi,

Getting this when opening nvim after the last update (and pruning of multiple plugins... don't know if it's connected...):

Issues found while loading plugin configs. Run :checkhealth rocks-config for more info.
Press ENTER or type command to continue

:checkhealth rocks-config gives me this:


Checking for errors while loading configs ~
- ERROR Failed to run healthcheck for "rocks-config" plugin. Exception:
  ...l/share/nvim/rocks/rocks_rtp/lua/rocks-config/health.lua:10: attempt to get length of local 'errors' (a nil value)

``

salkin-mada commented 1 month ago

I get the same on :checkhealth rocks-config

kflak commented 1 month ago

Quick fix as always... Thanks, @mrcjkb!