vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

SignatureHelp is highlighted as markdown

Open yamam opened this issue 2 years ago • 1 comments

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. signaturehelp

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})

yamam avatar May 06 '22 22:05 yamam

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.

stale[bot] avatar Jul 10 '22 05:07 stale[bot]