sloanelybutsurely / vimrc.js

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

Redundant use of tern_for_vim #1

Closed Yabes closed 8 years ago

Yabes commented 8 years ago

Hi,

It seems you use two plugins for JS completion when the user don't have nvim: Ycm and tern_for_vim. But since you install Ycm with the --tern-completer option I'm pretty sure you don't need tern_for_vim.

sloanelybutsurely commented 8 years ago

Thanks for opening this issue, @Yabes! I'll test it out with just YouCompleteMe.