syntax highlighting from start for vue files

This commit is contained in:
ManjaroOne666 2017-11-14 12:44:26 +00:00
parent 87ef8f5b5d
commit 4a44ce11c2
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -230,6 +230,9 @@ set formatoptions=cq
" disable wrapping based on terminal size
set wrapmargin=0
" highlight text from start for .vue files
autocmd FileType vue syntax sync fromstart
set t_Co=255 " number of colours
set t_Sf=<Esc>[3%p1%dm " foreground colour
set t_Sb=<Esc>[4%p1%dm " background coloru