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
I'm testing out the native lsp-client inside neovim with compe.nvim and lsp_signature.nvim., I'm seeing an additional newline in the config (also in the resolve information/documentation). I tried removing the \n in _md_text and _md_python which works, but I think the python fencing goes wrong then? I see ``` in my documentation.
The text was updated successfully, but these errors were encountered:
Related issue: ray-x/lsp_signature.nvim#56
I'm testing out the native lsp-client inside neovim with compe.nvim and lsp_signature.nvim., I'm seeing an additional newline in the config (also in the resolve information/documentation). I tried removing the
\n
in_md_text
and_md_python
which works, but I think the python fencing goes wrong then? I see ``` in my documentation.The text was updated successfully, but these errors were encountered: