diff --git a/examples/llama.vim b/examples/llama.vim index db1edc0fd..4bc26d4e9 100644 --- a/examples/llama.vim +++ b/examples/llama.vim @@ -760,7 +760,7 @@ function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = v:null) if !empty(l:info) call prop_add(s:pos_y, 0, { \ 'type': s:hlgroup_info, - \ 'text': ' ' . l:info, + \ 'text': l:info, \ 'text_padding_left': col('$'), \ 'text_wrap': 'truncate' \ })