augroupclear; git add vimrc.plugins.vim; git commit -m augroupclear

This commit is contained in:
ManjaroOne666 2018-03-21 22:49:58 +00:00
parent 7fc3d7878a
commit a36ede2637
1 changed files with 1 additions and 0 deletions

View File

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