hrsh7th / cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
622 stars 27 forks source link

fix: docs not being processed by `vim.lsp.util.convert_input_to_markdown_lines` #34

Closed litoj closed 1 year ago

litoj commented 1 year ago

Normally, the documentation goes through neovim's inbuilt method to process used markdown with a centralized function. This function by default does basically the same as the original code, but when some other plugin takes on the chore to give a better representation of documentation markdown (noice.nvim or reform.nvim), it shouldn't have to replace every plugin's markdown processing, because they should use the inbuilt method first.