Skip to content

Neovim freeze #3039

@farid-cs

Description

@farid-cs

Description

Neovim freezes when closing.

Neovim version

NVIM v0.10.3
Build type: None
LuaJIT 2.1.1731601260
Run "nvim -V1 -v" for more info

Operating system and version

Linux 6.12.6 with musl libc

Windows variant

No response

nvim-tree version

68fc4c2

Clean room replication

local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"

if not vim.uv.fs_stat(lazypath) then
  local repo = "https://github.com/folke/lazy.nvim.git"
  vim.fn.system { "git", "clone", "--filter=blob:none", repo, "--branch=stable", lazypath }
end

vim.opt.rtp:prepend(lazypath)

require("lazy").setup({
  {
    "nvim-tree/nvim-tree.lua",
    cmd = { "NvimTreeOpen" },
    opts = {},
  },
})

Steps to reproduce

  1. nvim
  2. :NvimTreeOpen
  3. :NvimTreeClose
  4. :q

Expected behavior

When I try to close neovim it should actually close.

Actual behavior

Neovim freezes when I try to close when nvim-tree plugin was already loaded.

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