I'm use this configs:
Plug 'othree/yajs.vim'
Plug 'othree/javascript-libraries-syntax.vim'
Plug 'othree/es.next.syntax.vim'
Plug 'posva/vim-vue'
autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.javascript.css
when im add javascript filetype for *.vue fiels i see this failure:

but when i disable javascript setting, all is ok..
autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.css

neovim v0.2.2
I'm use this configs:
Plug 'othree/yajs.vim'
Plug 'othree/javascript-libraries-syntax.vim'
Plug 'othree/es.next.syntax.vim'
Plug 'posva/vim-vue'
autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.javascript.css
when im add javascript filetype for *.vue fiels i see this failure:

but when i disable javascript setting, all is ok..

autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.css
neovim v0.2.2