This commit is contained in:
ManjaroOne666 2018-03-21 22:51:16 +00:00
commit 005f7a340d

View file

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