vue enable preprocessors
This commit is contained in:
parent
f7b6ee1f9c
commit
999a6a0ca6
|
@ -131,7 +131,7 @@ let g:taboo_modified_tab_flag = '+'
|
||||||
|
|
||||||
" vue-vim
|
" vue-vim
|
||||||
" disable preprocessor checking for vue files - increases speed
|
" disable preprocessor checking for vue files - increases speed
|
||||||
let g:vue_disable_pre_processors=1
|
let g:vue_disable_pre_processors=0
|
||||||
" set custom syntax highlighting
|
" set custom syntax highlighting
|
||||||
augroup fixhighlighting
|
augroup fixhighlighting
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
Loading…
Reference in New Issue