Skip to content

Commit

Permalink
Fix #4 - Install go binaries when install vim-go.
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro committed Aug 2, 2016
1 parent 09281ae commit 40bfaf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Plug 'tpope/vim-haml'
Plug 'mattn/emmet-vim'

"" Go Lang Bundle
Plug 'fatih/vim-go'
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }

Plug 'tpope/vim-rails'
Plug 'tpope/vim-rake'
Expand Down Expand Up @@ -588,4 +588,3 @@ else
let g:airline_symbols.readonly = ''
let g:airline_symbols.linenr = ''
endif

0 comments on commit 40bfaf3

Please sign in to comment.