daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Auto-complete does not popup automatically #107

Closed sebastien closed 6 years ago

sebastien commented 6 years ago

With the following init.vim and minpack installed, the completor extension automatically pops-up the completion menu upon typing (open nvim type hello hell, the autocomplete popus up with hello as completion. This works in terminal nvim and nvim-pygtk3, but not int neovim-gtk.

silent! packadd minpac
call minpac#init()
call minpac#add('k-takata/minpac', {'type': 'opt'})
call minpac#add('maralla/completor.vim')
packloadall

image

daa84 commented 6 years ago

For me it just works. please check neovim version Minimum supported neovim version: 0.2.2

sebastien commented 6 years ago

I'm also using neovim 0.2.2 and NeovimGtk 0.2.0 -- I compiled NeovimGtk from source and it does work, however the current 0.2.0 Flatpak version does not. Thanks for checking!