aboutsummaryrefslogtreecommitdiff
path: root/plugin/spectral.vim
blob: 7690b2553524ec009334452c59a600782ac14099 (plain) (blame)
1
2
3
4
5
6
7
8
9
augroup SpectralHighlight
  au!
  au TextChanged */spectral.vim/colors/*.vim call spectral#highlight#highlightLine()
  au InsertLeave */spectral.vim/colors/*.vim call spectral#highlight#highlightLine()
  au BufRead */spectral.vim/colors/*.vim call spectral#highlight#clearCache()
  au BufRead */spectral.vim/colors/*.vim call spectral#highlight#highlight()
  au ColorScheme */spectral.vim/colors/*.vim call spectral#highlight#clearCache()
  au Syntax */spectral.vim/colors/*.vim call spectral#highlight#clearCache()
augroup END