ternjs / tern_for_vim

Tern plugin for Vim
MIT License
1.83k stars 100 forks source link

Deoplete support #130

Closed carlitux closed 7 years ago

carlitux commented 8 years ago

Hi,

I am using deoplete/neovim/ternjs and is using a lot of CUP please take a look https://github.com/Shougo/deoplete.nvim/issues/180

bbatha commented 8 years ago

:+1:

carlitux commented 8 years ago

I just migrated code to use with deoplete... if anyone interested on test and report bugs would be good. https://github.com/carlitux/deoplete-ternjs

chemzqm commented 7 years ago

I have the same issue when editing jsx files, I think that's because tern doesn't support jsx syntax, I've tried to use acorn-jsx to replace acorn that used by tern, and the problem is gone.