Describe the bug
Hello, when I use your plugin with the lsp intelephense or phpactor, noice trigger a memory leak in some specific situations.
For example, the memory leak (quickly consumes all my ram, in about 10 seconds + nvim freeze) is triggered with lsp.signature.enabled = true or doc hover with the following settings :
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
["vim.lsp.util.stylize_markdown"] = true,
["cmp.entry.get_documentation"] = true,
},
This seems to be relative to your plugin for all things that affects the lsp.
If you need more information, don't hesitate to ask me. Thanks to you!
Which version of Neovim are you using?
nvim stable + nightly(28/12/22)
To Reproduce
Steps to reproduce the behavior:
- Installing noice.nvim + lsp intelephense/phpactor
- Insert mode inside a function or doc hover
- Memory leak is triggered :(
Screenshots
Example, entering the insert mode inside a function (resulting in a crash) :

Noice Log
impossible to get because nvim crashes directly.
Describe the bug
Hello, when I use your plugin with the lsp intelephense or phpactor, noice trigger a memory leak in some specific situations.
For example, the memory leak (quickly consumes all my ram, in about 10 seconds + nvim freeze) is triggered with
lsp.signature.enabled = trueor doc hover with the following settings :This seems to be relative to your plugin for all things that affects the lsp.
If you need more information, don't hesitate to ask me. Thanks to you!
Which version of Neovim are you using?
nvim stable + nightly(28/12/22)
To Reproduce
Steps to reproduce the behavior:
Screenshots

Example, entering the insert mode inside a function (resulting in a crash) :
Noice Log
impossible to get because nvim crashes directly.