Fork me on GitHub
#vim
<
2019-07-30
>
hkupty10:07:29

Hi, does anyone know on deoplete how do I get preview window text not to be truncated?

hkupty10:07:07

I've checked from the logs that the text comes full, so I assume deoplete is truncating it...

dominicm12:07:43

No idea, that was an annoyance of mine too.

hkupty12:07:08

I even tried using https://github.com/ncm2/float-preview.nvim but the content is also truncated there.

dominicm12:07:40

weird. very weird.

dominicm12:07:48

I'd raise an issue, shougo is pretty responsive.

hkupty12:07:40

This: call deoplete#custom#source('_', 'max_info_width', 0) I found out on this commit: https://github.com/Shougo/deoplete.nvim/commit/ec1ca93dfd6015cfe8c93bbe1873a3ac300b0d99

hkupty12:07:50

It was tough to find but there it is. 🙂