-
Notifications
You must be signed in to change notification settings - Fork 112
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. |
One more, I'm not sure if it's a bug in noice/neovim or an issue with my configuration (I'm using the default configuration from |
@insidewhy check the docs. You can either get a notification or just add it to lualine |
I have a similar problem, but I don't merely not get the notification: the recording doesn't work. Nothing is recorded. I find after trying the fixes mentioned in the docs that the code to get a notification from Noice fails in both senses; i.e., I don't get a notification I'm recording and nothing records. Whereas if I change my Lualine config to show the recording message, then I see the notification on the status line and the recording actually takes place and can be used. |
@JohnWilliston noice doesn't interfere or interact with recording macros in any way, so 10000% something in your config unrelated to noice. |
I don't know how to reconcile that with the fact that macros don't record when I'm using Noice notifications and do work when I'm not. I like Noice a lot, but I don't like it enough to give up macro recording. |
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: