prabirshrestha / asyncomplete.vim

async completion in pure vim script for vim8 and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextword auto complete not working

alejandrohagan opened this issue · comments

hi!

Thank you so much for the various plugins - they work great!

I use your file completion which works flawlessly (https://github.com/prabirshrestha/asyncomplete-file.vim) and I'm trying to use your nextword plugin (https://github.com/high-moctane/asyncomplete-nextword.vim) but I'm running into issues.

I've successfully install nextword (eg I can use it in my command line) and I believe I install the plugin and registration correctly however when I go to my vim nothing happens when I type.

Only the file path plug in will work if I activate a file path.

Thoughts on a path forward?

I am using git bash which may impact things.