-
-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
neogit version: 268ddf7cabad7203e761df62eaa99f8c635c1907
Error executing vim.schedule lua callback: .../.local/share/nvim/lazy/neogit/lua/neogit/lib/buffer.lua:850: Invalid window id: 1006
stack traceback:
[C]: in function 'nvim_win_close'
.../.local/share/nvim/lazy/neogit/lua/neogit/lib/buffer.lua:850: in function <.../.local/share/nvim/lazy/neogit/lua/neogit/lib/buffer.lua:848>
Neovim version
NVIM v0.11.5
Build type: Release
LuaJIT 2.1.1761727121
Operating system and version
macos 15.7.1
Steps to reproduce
Reproduce:
llto look into logsescto quit the log window
Expected behavior
close the windows succesfully
Actual behavior
met an error
Minimal config
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim",
"sindrets/diffview.nvim",
"nvim-telescope/telescope.nvim",
},
cmd = "Neogit",
keys = {
{ "<C-g>", "<cmd>Neogit kind=vsplit<cr>", desc = "Neogit" },
},
opts = {
integrations = {
telescope = true,
diffview = true,
},
},
},Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working