vim-lsp
vim-lsp copied to clipboard
SignatureHelp is highlighted as markdown
I am using clangd as a C LSP server in vim-lsp.
The SignatureHelp popup highlights '_' as markdownError as shown in the image below, which looks bad.
I am not sure if it is correct that the filetype in SignatureHelp is markdown. How about adding filetype to the preview() argument in signature_help.vim as follows?
signature_help.vim L80
call lsp#ui#vim#output#preview(a:server, l:contents, {'statusline': 'LSP SignatureHelp', 'filetype': &filetype})
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.