Open avral opened 6 years ago
I don't think javascript
is necessary here.
The problem is caused by the setting will let Vim load the built-in runtime Vim script files in different order. And the final result is the built-in have higher priority. And led to the syntax error.
@othree, how can i fix this? Yes, maybe javascript
is not necessary here, but without javascript
autocomplete for js(tern) not working..
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