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
The logo is clearly covered. When I hit escape,
is seen, but I can no longer input the prompt. This has happened after I recently updated all my plugins, and they do not seem to be impacting it. My noice config is here:
return {
require("noice").setup({
routes= {
{
filter= {
event="msg_show",
kind="",
},
opts= { skip=true },
},
{
view="notify",
filter= { event="msg_showmode" },
},
},
lsp= {
hover= {
enabled=false,
silent=false, -- set to true to not show a message if hover is not availableview=nil, -- when nil, use defaults from documentationopts= {}, -- merged with defaults from documentation
},
signature= {
enabled=false,
auto_open= {
enabled=true,
trigger=true, -- Automatically show signature help when typing a trigger character from the LSPluasnip=true, -- Will open signature help when jumping to Luasnip insert nodesthrottle=50, -- Debounce lsp signature help request by 50ms
},
opts= {}, -- merged with defaults from documentation
},
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**override= {
["vim.lsp.util.convert_input_to_markdown_lines"] =true,
["vim.lsp.util.stylize_markdown"] =true,
["cmp.entry.get_documentation"] =true, -- requires hrsh7th/nvim-cmp
},
},
views= {
cmdline_popup= {
position= {
row=5,
col="50%",
},
size= {
width=60,
height="auto",
},
},
popupmenu= {
relative="editor",
position= {
row=8,
col="50%",
},
size= {
width=60,
height=10,
},
border= {
style="rounded",
padding= { 0, 1 },
},
win_options= {
winhighlight= { Normal="Normal", FloatBorder="DiagnosticInfo" },
},
},
},
-- you can enable a preset for easier configurationpresets= {
bottom_search=true, -- use a classic bottom cmdline for searchcommand_palette=true, -- position the cmdline and popupmenu togetherlong_message_to_split=true, -- long messages will be sent to a splitinc_rename=false, -- enables an input dialog for inc-rename.nvimlsp_doc_border=false, -- add a border to hover docs and signature help
},
}),
}
The text was updated successfully, but these errors were encountered:
Upon further inspection, it seems it is appearing, just not all the way.
Configuring notify to use static does fix the problem for the first screen, but subsequent screens do not appear.
Foxinio
added a commit
to Foxinio/nvim-notify
that referenced
this issue
Dec 15, 2024
The logo is clearly covered. When I hit escape,
is seen, but I can no longer input the prompt. This has happened after I recently updated all my plugins, and they do not seem to be impacting it. My noice config is here:
The text was updated successfully, but these errors were encountered: