syntax highlighting from start for vue files

This commit is contained in:
ManjaroOne666 2017-11-14 12:44:26 +00:00
commit 4a44ce11c2

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