syntax highlighting from start for vue files
This commit is contained in:
parent
87ef8f5b5d
commit
4a44ce11c2
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue