Install go language helper plugin

This commit is contained in:
Andrew Tomaka 2022-01-24 10:30:45 -05:00
parent ab4fd02f99
commit f078a223ca
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -10,6 +10,7 @@ Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
" languages
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
Plug 'tpope/vim-rails'
Plug 'vim-ruby/vim-ruby'
Plug 'hashivim/vim-terraform'