0

Is it possible to use eclims completion on TAB? Right now I managed to use TAB when there is a . with let g:SuperTabDefaultCompletionType = 'context'. But I would like to let eclim take over the whole completion at all times.

TomTom
  • 2,820
  • 4
  • 28
  • 46

1 Answers1

0

This should do

let g:SuperTabDefaultCompletionType = "<c-x><c-u>"