Open FernandoBasso opened 7 years ago
This would be great for riotjs aswell. Some commands works fine with this in my vimrc
autocmd FileType riot call tern#Enable()
autocmd FileType riot setlocal completeopt-=preview
But it is fragile, e.g. TernDef only works on default exports, and omnicomplete doesn't work at all.
+1
+1
Currently, when I edit a .vue file, I can't run any of the
Tern*
commands. Is there a way to make those commands available when editing such files?