This commit is contained in:
ManjaroOne666 2018-03-21 22:51:16 +00:00
parent a36ede2637
commit 005f7a340d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ let g:taboo_modified_tab_flag = '+'
let g:vue_disable_pre_processors=1 let g:vue_disable_pre_processors=1
" set custom syntax highlighting " set custom syntax highlighting
augroup fixhighlighting augroup fixhighlighting
augroup! autocmd!
autocmd BufNewFile,BufRead *.vue syntax sync fromstart autocmd BufNewFile,BufRead *.vue syntax sync fromstart
augroup END augroup END