completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

JavaComplete integration issues (cursor jumping to top)

Open deathbeam opened this issue 7 years ago • 1 comments

So, when I tried to use completor with JavaComplete2, I experienced issue with cursor jumping to top of class when writing in insert mode. With completor disabled (or with wrong omni_trigger) when using just to trigger JavaComplete2 omnifunc, this issue is not present. Here is my current completor configuration:

let g:completor_auto_trigger = 0
let g:completor_min_chars = 1
let g:completor_java_omni_trigger = "\\w+$|[\\w\\)\\]\\}'\"]+\\.\\w*$"

I tried this also with auto_trigger enabled and min_chars at 3, nothing changed.

deathbeam avatar Apr 06 '17 10:04 deathbeam

Possibly related to #78

deathbeam avatar Apr 13 '17 19:04 deathbeam