If I added to my vimrc this
highlight whitespaceEOL term=reverse ctermbg=Grey guibg=Grey
syntax match whitespaceEOL /\s\+$/
autocmd! filetype zsh,sh,python,vim,c,cpp syntax match ColorColumn /\%>80v.\+/
don't work, only work if I make
syntax clear
but I lost other syntax