Skip to content

Commit 62ccd98

Browse files
author
Omri Sarig
committed
tmp: omsa: Update noice version
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.
1 parent dcbb7f9 commit 62ccd98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,9 @@ require('lazy').setup({
10251025

10261026
-- Noice {{{
10271027
{
1028-
'folke/noice.nvim',
1028+
-- 'folke/noice.nvim',
1029+
'dpetka2001/noice.nvim',
1030+
branch = 'fix/msg_show.shell_out',
10291031
event = 'VeryLazy',
10301032
dependencies = {
10311033
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries

0 commit comments

Comments
 (0)