From 304f52f89e8d04cff348ad3c48c1c910115348cf Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 17 Dec 2015 22:08:13 +0900 Subject: [PATCH] Improved wrapping behavior for Go --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 7a659e9..db4c289 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -50,7 +50,7 @@ let g:ctrlp_cmd = 'CtrlPMixed' let g:airline#extensions#tabline#enabled = 1 " vim-argwrap -auto FileType go let b:argwrap_wrap_closing_brace = 0 +autocmd FileType go let b:argwrap_tail_comma = 1 " vim-gitgutter let g:gitgutter_max_signs = 10000