codewindow.nvim
codewindow.nvim copied to clipboard
Error: Invalid Window (id:1000)
Here is the error log I receive in the terminal after closing buffers and exiting Neovim with the codewindow toggled on:
Error executing vim.schedule lua callback: ...k/packer/start/codewindow.nvim/lua/codewindow/window.lua:90: Invalid window id: 1000
stack traceback:
[C]: in function 'nvim_win_set_buf'
...k/packer/start/codewindow.nvim/lua/codewindow/window.lua:90: in function ''
vim/_editor.lua: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Why does this error occur and how can we get it fixed?
What do you do, to have this error occur?
If I close the buffer in Neovim using :q! and the minimap was toggled on, the error occurs. Otherwise, it works perfectly fine.