maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

Completor & eclim cooperation #146

Closed LKlemens closed 6 years ago

LKlemens commented 6 years ago

Hi, I have problem with completor and eclim(http://eclim.org/vim/code_completion.html) when I have these plugins enable together, cause completor overwrite c-x c-u (this is eclim's binding). I am wondering is there some way to add eclim's prompting to completor ?

LKlemens commented 6 years ago

Okej, I solved problem form first sentense with this line: let g:EclimCompletionMethod = 'omnifunc', but question is still uptodate ;)