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
I have an old vim script that I would like to use with nvim. I am able to source it successfully in init.lua and I can confirm that it works.
However, messages that were previously displayed in vim are not currently being displayed with nvim and noice.
For example, the script has the following message: echohl WarningMsg | echo "VIP error : can't paste, please check the formating of copied block, see doc." | echohl None
but when triggered, noice shows a message as 'No informnation available'
I am using the default configuration, is there something I need to configure to get this working? I appreciate any assistance, thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have an old vim script that I would like to use with nvim. I am able to source it successfully in init.lua and I can confirm that it works.
However, messages that were previously displayed in vim are not currently being displayed with nvim and noice.
For example, the script has the following message:
echohl WarningMsg | echo "VIP error : can't paste, please check the formating of copied block, see doc." | echohl None
but when triggered, noice shows a message as 'No informnation available'
I am using the default configuration, is there something I need to configure to get this working? I appreciate any assistance, thank you.
Beta Was this translation helpful? Give feedback.
All reactions