Hacker News new | ask | show | jobs
by gurraman 4876 days ago
autocomplop[1] is easier to install, but not as sophisticated. I just installed it to see if I like the idea of having completions pop up automatically.

[1] https://bitbucket.org/ns9tks/vim-autocomplpop/

2 comments

ACP would be great if it weren't slow and dev-dead. Also doesn't fuzzy-match.
I forked autocomplpop a while back to fix a couple issues and make it easier to add new language support. Never noticed a speed issue. I always preferred acp vs the others due to its simplicity.

https://github.com/eikenberry/acp

Oooh, nice to hear. I've done a bunch of mods to make ACP work with JS a while ago (https://github.com/romainl/dotvim/blob/master/bundle/autocom...) but I'll check your version.
It isn't slow, here. YMMV.
Aye. I remember having problems with autocomplop though when I had a rather large amounts of text open at once; YouCompleteMe seems like an improvement in that regard though. Handled

  `vim src/**/*.go`
quite nicely.