From d2717e751d9f66566f0cc8fc6166814a30da225e Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 7 Apr 2020 09:47:22 -0700 Subject: [PATCH] Add trailing comma when wrapping Go functions --- vim/ftplugin/go.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftplugin/go.vim diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim new file mode 100644 index 0000000..c6240f2 --- /dev/null +++ b/vim/ftplugin/go.vim @@ -0,0 +1 @@ +let g:argwrap_tail_comma = 1