-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known Issues Tracker #6
Comments
Another known issue acknowledged by the neovim's team is that this plugin might lead to assert failures (and so crash on startup). See neovim/neovim#28331. By the way the readme reads "It is highly recommended to use Neovim nightly, since a bunch of issues have already been fixed upstream." however nightly releases are shipped with RelWithDebInfo mode which (I believe but cannot find documentation about this) enables assertions checks which might fail because of Noice (I have checked that Release mode doesn't crash but RelWithDebInfo crashes) |
Assertions declare conditions that "cannot happen". Without the assertions, behavior is just undefined and may silently lead to very weird and potentially destructive situations. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Hum this looks like a mistake 🤔 |
Does anyone know what we can do about this? I am not finding solutions, but maybe I am missing something. I am ok nerfing Noice if that is required, but would prefer not to completely disable the plugin. I've tried the latest nightly as of today and it's still crashing with the latest version of Noice from Lazy. |
conceallevel
during searchext_messages
) neovim/neovim#20416ext_messages
ext_cmdline
,ext_messages
want an event for user input with getchar/getcharstr neovim/neovim#20311cmp
) don't know the real cmdline positionsubstitute
does not update the cmdline uivim.api.nvim_input("<space><bs>")
during substitute to force a redrawkind
withext_messages
neovim/neovim#20462msg_show
formap
is missing newlines withext_messages
neovim/neovim#20715The text was updated successfully, but these errors were encountered: