fix(msg): add new msg_show.shell_out to default routes for messages#1098
fix(msg): add new msg_show.shell_out to default routes for messages#1098dpetka2001 wants to merge 1 commit intofolke:mainfrom
msg_show.shell_out to default routes for messages#1098Conversation
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. |
These msg_show kinds were introduced in Neovim 0.11 for external command output. Without this, shell output falls through to wrong routes. From upstream PR folke/noice.nvim#1098 Co-Authored-By: dpetka2001 <dpetka2001@users.noreply.github.com>

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