From 02d3ea409b8f66fd5b1888fd195b80b3fff34014 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 4 May 2023 15:07:32 +0100 Subject: Adds vim-go --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 63f9920..7900428 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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' -- cgit v1.2.3