aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundles.vim')
-rw-r--r--vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim
index 2affba0..a95ad48 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -22,3 +22,6 @@ map <leader>s ysiw
" Let CtrlP's window to be taller than its default configuration.
let g:ctrlp_match_window = 'max:40'
+" Tell vim-go to use goimports on save.
+let g:go_fmt_command = "goimports"
+