pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

DIInstall crashes nvim #57

Open ByteDrummer opened 2 years ago

ByteDrummer commented 2 years ago

It doesn't matter which adapter I'm trying to install, nvim crashes with the following error:

:DIInstall jsnode
Do you want to install the debugger 'jsnode'?
[Y]es, (C)ancel: nvim: /home/runner/work/neovim/neovim/src/nvim/ui_compositor.c:551: ui_comp_raw_line: Assertion `attrs[i] >= 0' failed.
                                                                                                                                        [1]    55171 abort (core dumped)  nvim

This seems to only happen when the lualine plugin is enabled. Is anyone else experiencing this?