Closed mooreye closed 9 months ago
You forgot to fill out the form when creating the issue. We don't have enough information to debug your issue. Since you have ignored it, I'm closing this issue, because the form is there for a reason. It saves us a lot of time and questions.
We are happy to reopen this issue if you add the necessary debug information (just click the New Issue Button
and you'll find it there).
Example - create a file like so:
then type
f
inside the()
and pressCtrl+N
(orTab
if using supertab plugin). It will completefo
instead offoobar
, probably because the popup covers the line withfoobar
and Neovim doesn't see it. It looks like this:Workaround is to set
autocmd FileType python setlocal completeopt-=preview
but is it possible to still have popups and autocompletion work correctly?