Disable highlighting of IDs in Go code

This commit is contained in:
Tony Grosinger 2017-11-07 13:41:51 -08:00
parent 4dd66d6e08
commit ead87dd33f

1
.vimrc
View File

@ -142,7 +142,6 @@ au FileType go nmap <Leader>gi <Plug>(go-info)
au FileType go nmap <Leader>gl <Plug>(go-metalinter)
let g:go_highlight_types = 1
let g:go_highlight_build_constraints = 1
let g:go_auto_sameids = 1
let g:go_auto_type_info = 0
let g:go_fmt_command = "goimports"
let g:go_metalinter_autosave = 1