Make vim more colorful
Comparing with the default vim syntax file provided from Go Authors.
- Operators highlight
- Functions highlight
- Methods highlight
- Structs highlight
To make it more colorful, I even hack the vim color scheme file fomr tomorrow-theme. Just named it yesterday :P. You can use any color scheme you like, but I believe the yesterday theme will better to display all colors for go.
Q: How to use yesterday theme for go files only?
A: Just add the below line in your .vimrc
colo Tomorrow-Night-Bright "default
autocmd! BufEnter,BufNewFile *.go colo yesterday
autocmd! BufLeave *.go colo Tomorrow-Night-Bright
- More languages syntax support
- More color scheme