posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

It seems that can’t work with dein enviroment? #117

Closed aniude closed 6 years ago

aniude commented 6 years ago

My .bashrc

call dein#add(‘postal/vim-vue’)
let g:vue_disable_pre_processors=0
autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html,JavaScript.css
posva commented 6 years ago

it's posva/vim-vue you shouldn't need autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html,JavaScript.css

aniude commented 6 years ago

@posva my spell typo for this MR. My .bashrc

call dein#add('posva/vim-vue')
let g:vue_disable_pre_processors=0   

It still don’t work. Is that the other config make conflict?

posva commented 6 years ago

You don't say what isn't working, there is no way for anybody to help you if you say nothing else...

aniude commented 6 years ago

Thanks, I found the problem. The other theme conflict. But the priority more than vim-vue.