We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2533762 commit 65628c3Copy full SHA for 65628c3
autoload/lsp/internal/inlay_hints.vim
@@ -22,7 +22,7 @@ function! s:set_inlay_hints(data) abort
22
endif
23
let l:label = ''
24
if type(l:hint.label) ==# v:t_list
25
- let l:label = join(map(copy(l:hint.label), {_,v -> v.value}), ', ')
+ let l:label = join(map(copy(l:hint.label), {_,v -> v.value}), '')
26
else
27
let l:label = l:hint.label
28
0 commit comments