Setup for go development

This commit is contained in:
Andrew Tomaka 2020-09-28 10:29:27 -04:00
parent 391c619d1b
commit 0b2520274e
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 4 additions and 0 deletions

2
vimrc
View file

@ -28,6 +28,8 @@ Plug 'tpope/vim-rails'
Plug 'vim-ruby/vim-ruby'
" Testing
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
" Plug 'dense-analysis/ale'
" Plug 'w0rp/ale'
call plug#end()