-
I have the configuration below for the LSP and it works - the signature window shows up as I'm filling in function parameters, however, in order to scroll it I use the mouse to click into the window. Is there a way to use opts = { ...
lsp = {
hover = { enabled = true },
signature = { enabled = true },
override = {
['vim.lsp.util.convert_input_to_markdown_lines'] = true,
['vim.lsp.util.stylize_markdown'] = true,
},
}, ...
} |
Beta Was this translation helpful? Give feedback.
Answered by
fsiraj
Mar 11, 2025
Replies: 1 comment
-
Sorry, didn't realize this worked for signature as well: https://github.com/folke/noice.nvim/tree/0427460c2d7f673ad60eb02b35f5e9926cf67c59?tab=readme-ov-file#lsp-hover-doc-scrolling |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fsiraj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, didn't realize this worked for signature as well: https://github.com/folke/noice.nvim/tree/0427460c2d7f673ad60eb02b35f5e9926cf67c59?tab=readme-ov-file#lsp-hover-doc-scrolling