From 1e22ff8a8e8cc3969a64c8de24ff2fc9fef07c95 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 25 Mar 2015 14:32:15 +0900 Subject: [PATCH] Do not wrap closing braces for golang --- .vim/ftplugin/go.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/ftplugin/go.vim b/.vim/ftplugin/go.vim index bbd8967..5d44441 100644 --- a/.vim/ftplugin/go.vim +++ b/.vim/ftplugin/go.vim @@ -1 +1,2 @@ setlocal noexpandtab +let b:argwrap_wrap_closing_brace = 0