Add golang support to vim

This commit is contained in:
2021-06-22 11:27:27 -05:00
parent 248224a8d9
commit 18a0b30bb3
5 changed files with 66 additions and 6 deletions

View File

@ -2,6 +2,7 @@
Plug 'cespare/vim-toml'
Plug 'mileszs/ack.vim'
Plug 'tpope/vim-fugitive'
Plug 'fatih/vim-go'
Plug 'tpope/vim-projectionist'
Plug 'tpope/vim-rails'
Plug 'tpope/vim-surround'