Vim plugin that conceals some go operators and keywords for your visual pleasure
Vim >= 7.3 (for the conceal feature)
Add to your list of plugins:
Plug 'Coornail/vim-go-conceal', {'for': 'go'}
Plugin 'Coornail/vim-go-conceal'
$ git clone [email protected]:Coornail/vim-go-conceal.git
$ mkdir -p ~/.vim/after/syntax
$ cp ./vim-go-conceal/after/syntax/go.vim ~/.vim/after/syntax/