hrsh7th / cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
584 stars 24 forks source link

Incorrectly rendered markdown docstring #33

Open zhiyozhao opened 1 year ago

zhiyozhao commented 1 year ago

As shown in the figure below:

This the the completion from nvim-cmp + cmp-nvim-lsp:

Screenshot 2023-04-13 at 21 29 35

While this is the signatur help of the same function from nvim-cmp + cmp-nvim-lsp-signature-help:

Screenshot 2023-04-13 at 21 02 45
tillw33 commented 1 year ago

Hey,

im facing the same issue, did you find any solution on this?

nyngwang commented 1 year ago

35 seems like a similar issue?

Xamnalim commented 1 month ago

Same issue. cmp-nvim-lsp renders correctly (lua snippet is nicely rendered with syntax highlighting): image nvim_lsp_signature_help doesn't (lua snippet not rendered): image