Skip to content

nvim-tree/explorer/init.lua:66: attempt to index field 'uv' (a nil value) #2976

Closed
@chenyekun1

Description

@chenyekun1

Description

nvim-tree/explorer/init.lua:66: attempt to index field 'uv' (a nil value).

Neovim version

NVIM v0.9.0
Build type: Release
LuaJIT 2.1.0-beta3

Operating system and version

Windows 10

Windows variant

WSL1

nvim-tree version

8f97487

Clean room replication

require("nvim-tree").setup({
        renderer = {
                icons = {
                        show = {
                                file = false,
                                folder = false,
                                folder_arrow = false,
                                git = false,
                        },
                },
        },
        filters = {
                dotfiles = true,
        },
})

Steps to reproduce

This error occurs after :NvimTreeToggle

Expected behavior

open file tree normally.

Actual behavior

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions