prabirshrestha / asyncomplete.vim

async completion in pure vim script for vim8 and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strange popup layout

dubst3pp4 opened this issue Β· comments

At first a big thanks for the asnycomplete and vim-lsp, which I use day to day πŸ‘

I'm not sure if my problem originates from asyncomplete or is a Vim bug, so feel free to close this issue when it is not related.

I'm using gVim 8.2 Patch 1-2815 with asyncomplete with commit 6c653c3. On my system the popup with the completion preview looks strange. It seems that the content of the preview floats out of the popup window (see picture below). I don't have this issue with other popups like the one from :LspHover or :LspPeekDefinition, it is just this little popup that shows the signatures and documentation when completing a word that behaves like this.

Bildschirmfoto von 2021-08-06 13-43-33

Any hints what could cause this issue?

Thanks again!

asyncomplete doesn't show any popups. feel free to file the issue in vim-lsp instead and we can continue the discussion there.

Thanks for the hint, I've now created prabirshrestha/vim-lsp#1208 in vim-lsp.