diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:07:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:07:32 +0100 |
commit | 02d3ea409b8f66fd5b1888fd195b80b3fff34014 (patch) | |
tree | 1fdc354813008d7595e59339548616571c7c6ee4 /vim/vimrc | |
parent | 5336098b4d27ed27aafa0edbb9aae572c66c2619 (diff) |
Adds vim-go
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Plug 'vim-test/vim-test' Plug 'ledger/vim-ledger' " Plug 'jlanzarotta/bufexplorer' Plug 'tpope/vim-fugitive' +Plug 'fatih/vim-go', {'do': ':GoUpdateBinaries' } Plug 'tpope/vim-dispatch' Plug 'tpope/vim-commentary' "Plug 'ycm-core/YouCompleteMe' |