hl-goimport.vim
June 20, 2016 ยท View on GitHub
Highlights imported packages in Go.

Customization
The syntax group is goImportedPkg. By default it is linked to the Include
syntax group.
Example custom color:
highlight goImportedPkg ctermfg=1 guifg=#ff0000