summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-04 15:07:32 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-04 15:07:32 +0100
commit02d3ea409b8f66fd5b1888fd195b80b3fff34014 (patch)
tree1fdc354813008d7595e59339548616571c7c6ee4 /vim
parent5336098b4d27ed27aafa0edbb9aae572c66c2619 (diff)
Adds vim-go
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
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'