Description
using vim plug, I'm running into this error when I execute checkhealth:
==============================================================================
nvim-tree._meta.api: 1 ❌
- ❌ ERROR Failed to run healthcheck for "nvim-tree._meta.api" plugin. Exception:
[string "require("nvim-tree._meta.api.health").check()"]:1: attempt to call field 'check' (a nil value)
checking the current source, this doesn't seem to have a check() function
|
local nvim_tree = { api = { health = {} } } |
Neovim version
NVIM v0.11.6
Build type: Release
LuaJIT 2.1.1767980792
Operating system and version
Linux 6.17
Windows variant
i3wm
nvim-tree version
2f1010c
Clean room replication
install nvim-tree, run :checkhealth
Steps to reproduce
install nvim-tree, run :checkhealth
Expected behavior
no errors
Actual behavior
errors
Description
using vim plug, I'm running into this error when I execute checkhealth:
checking the current source, this doesn't seem to have a check() function
nvim-tree.lua/lua/nvim-tree/_meta/api/health.lua
Line 2 in 2f1010c
Neovim version
Operating system and version
Linux 6.17
Windows variant
i3wm
nvim-tree version
2f1010c
Clean room replication
Steps to reproduce
install nvim-tree, run :checkhealth
Expected behavior
no errors
Actual behavior
errors