sloanelybutsurely / vimrc.js

A vimrc that Just Works™ for modern JavaScript development
MIT License
308 stars 15 forks source link

How are you getting tern to auto magically show #9

Closed chopfitzroy closed 7 years ago

chopfitzroy commented 7 years ago

I use tern and deoplete in my local set up and I have been trying for ages to nicely get the deoplete to automatically show suggestions without using: <C-x><C-o>.

I took a quick squiz at your vimrc but I wondered if you would mind quickly elaborating on exactly what is going on there?

Cheers.

sloanelybutsurely commented 7 years ago

I believe SuperTab is what's causing the suggestions to display while typing.

sloanelybutsurely commented 7 years ago

https://github.com/ervandew/supertab

chopfitzroy commented 7 years ago

Hey @zperrault sweet as thank you :)