Skip to content

checkhealth reports an error on nvim-tree._meta.api #3265

@aalvarado

Description

@aalvarado

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreproducedIssue confirmed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions