posva / vim-vue

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

pug and sass highlighting stopped working #120

Closed Artem-Schander closed 6 years ago

Artem-Schander commented 6 years ago

I'm using neovim and vim-plug to manage the plugins. After i cleaned my plugged folder with :PlugClean, the highlighting stopped working. But as far as i can see the needed highlighting plugins are still there and are working.

This is how .vue files are looking now: bildschirmfoto 2018-09-14 um 12 10 29

Here i have activated the filetype pug :set ft=pug bildschirmfoto 2018-09-14 um 12 10 41

And here is the filetype set to sass :set ft=sass bildschirmfoto 2018-09-14 um 12 10 58

I have no idea why and which (unused) deleted plugin used to manage the correct highlighting
and I assume this is not quite the right spot to ask for help, but i think that here are most likely the people to point me the right direction.

Thanks in advance

FYI: You can find my config files in my dotfiles-repo

Artem-Schander commented 6 years ago

Nevermind.
The reason was the let g:vue_disable_pre_processors=1 setting.
I have no idea why it worked before.