-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
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
- nvim
- :NvimTreeOpen
- :NvimTreeClose
- :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
Labels
bugSomething isn't workingSomething isn't working