vue enable preprocessors

This commit is contained in:
ManjaroOne666 2018-03-27 21:43:16 +01:00
parent f7b6ee1f9c
commit 999a6a0ca6
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ let g:taboo_modified_tab_flag = '+'
" vue-vim
" 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
augroup fixhighlighting
autocmd!