Skip to content

Instantly share code, notes, and snippets.

@clarkezone
Last active October 29, 2016 15:09
Show Gist options
  • Save clarkezone/47bf48053787f4fd178aa85be02f7100 to your computer and use it in GitHub Desktop.
Save clarkezone/47bf48053787f4fd178aa85be02f7100 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
set gfn=Consolas:h12:cANSI
set ignorecase
set number
set ruler
set autowrite
set incsearch
color molokai
let g:go_highlight_types = 1
let g:go_highlight_fields = 1
let g:go_highlight_functions = 1
let g:go_highlight_methods = 1
let g:go_highlight_operators = 1
let g:go_highlight_extra_types = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment