You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
Run :checkhealth for more info
I get an error when I use "ctrl+o" to switch focus.
Error executing vim.schedule lua callback: ...ck/packer/start/nvim-dap-ui/lua/dapui/windows/layout.lua:35: Invalid buffer id: -1
stack traceback:
[C]: in function 'nvim_set_current_buf'
...ck/packer/start/nvim-dap-ui/lua/dapui/windows/layout.lua:35: in function 'open'
...ck/packer/start/nvim-dap-ui/lua/dapui/windows/layout.lua:169: in function 'toggle'
...im/site/pack/packer/start/nvim-dap-ui/lua/dapui/init.lua:348: in function 'cb'
...im/site/pack/packer/start/nvim-dap-ui/lua/dapui/init.lua:223: in function 'keep_cmdheight'
...im/site/pack/packer/start/nvim-dap-ui/lua/dapui/init.lua:325: in function 'toggle'
/Users/toad/.config/nvim/lua/lsp/dap.lua:343: in function 'c'
...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:980: in function <...nvim/site/pack/packer/start/nvim-dap/lua/dap/session.lua:978>
222.mov
If fallback to v2.6.0, it works.
The text was updated successfully, but these errors were encountered:
Interestingly enough sometimes it works and sometimes not (seemingly in the same situation - e.g. start fresh nvim, navigate to a file and run :lua require('dapui').toggle() - this same set of actions sometimes breaks it and sometimes not).
Also it never broke if I didn't havigate to the file before running toggle() (and stayed on the "greeting page" in nvim)
nvim
I get an error when I use "ctrl+o" to switch focus.
222.mov
If fallback to v2.6.0, it works.
The text was updated successfully, but these errors were encountered: