Skip to content

Commit

Permalink
Ensure vim-go does not auto-install on machines where go is not insta…
Browse files Browse the repository at this point in the history
…lled.
  • Loading branch information
mattikus committed Jul 15, 2014
1 parent 8b7b57f commit d3c51b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -230,4 +230,5 @@ let g:airline#extensions#tabline#enabled = 1
au FileType go nmap <leader>r <Plug>(go-run)
au FileType go nmap <leader>b <Plug>(go-build)
au FileType go nmap <leader>t <Plug>(go-test)
let g:go_disable_autoinstall = 1

0 comments on commit d3c51b0

Please sign in to comment.