tern_for_vim
tern_for_vim copied to clipboard
Support for .vue files
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?
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