-
Notifications
You must be signed in to change notification settings - Fork 151
fix(msg): add new msg_show.shell_out to default routes for messages
#1098
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
base: main
Are you sure you want to change the base?
Conversation
1201f65 to
bdaa559
Compare
|
I added |
|
I guess this fixes #1096 as well. |
|
No, it doesn't from my testing. Something else must be amiss there, not sure what. |
|
BTW, do you think it is a mistake that noice.nvim/lua/noice/config/init.lua Lines 60 to 106 in 0427460
At least with noice.nvim/lua/telescope/_extensions/noice.lua Lines 36 to 40 in 0427460
|
|
Sorry, but you're asking the wrong person about this. I have limited programming experience and am not familiar with Noice codebase at all. This PR was just a simple fix. You should direct your question towards Folke. |
|
I found something interesting regarding #1096. If you add noice.nvim/lua/noice/view/init.lua Lines 156 to 159 in 0427460
popup view.
It seems like the token from command |
The current version of the noice plugin in the upstream have a bug, where command-line-code is not being sent to the user. This is quite big, and have a big effect on the usability of the plugin. There is a PR open for the fix of that, available here: folke/noice.nvim#1098 However, until this PR is resolved, the plugin becomes unusable. Instead of disabling it, we switch the used version to the forked version, which have the fix available in it. This commit should be reverted once the PR is solved in the upstreamed noice.
The current version of the noice plugin in the upstream have a bug, where command-line-code is not being sent to the user. This is quite big, and have a big effect on the usability of the plugin. There is a PR open for the fix of that, available here: folke/noice.nvim#1098 However, until this PR is resolved, the plugin becomes unusable. Instead of disabling it, we switch the used version to the forked version, which have the fix available in it. This commit should be reverted once the PR is solved in the upstreamed noice.
The current version of the noice plugin in the upstream have a bug, where command-line-code is not being sent to the user. This is quite big, and have a big effect on the usability of the plugin. There is a PR open for the fix of that, available here: folke/noice.nvim#1098 However, until this PR is resolved, the plugin becomes unusable. Instead of disabling it, we switch the used version to the forked version, which have the fix available in it. This commit should be reverted once the PR is solved in the upstreamed noice.
The current version of the noice plugin in the upstream have a bug, where command-line-code is not being sent to the user. This is quite big, and have a big effect on the usability of the plugin. There is a PR open for the fix of that, available here: folke/noice.nvim#1098 However, until this PR is resolved, the plugin becomes unusable. Instead of disabling it, we switch the used version to the forked version, which have the fix available in it. This commit should be reverted once the PR is solved in the upstreamed noice.
|
This PR is stale because it has been open 30 days with no activity. |
The current version of the noice plugin in the upstream have a bug, where command-line-code is not being sent to the user. This is quite big, and have a big effect on the usability of the plugin. There is a PR open for the fix of that, available here: folke/noice.nvim#1098 However, until this PR is resolved, the plugin becomes unusable. Instead of disabling it, we switch the used version to the forked version, which have the fix available in it. This commit should be reverted once the PR is solved in the upstreamed noice.
|
Helped with a lot of headache. Hopefully this gets merged. |
|
This PR is stale because it has been open 30 days with no activity. |

Description
Add new
shell_outfor Neovim 0.11 onwards as kind for external commands messagesRelated Issue(s)
Fixes #1097
Screenshots