From: Philippe Huerlimann Date: Sun, 10 Jun 2012 18:27:31 +0000 (+0200) Subject: Added go.vim with binding for gofmt X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=ba95c276f71f068713089e149911fe5b0393c3b7;p=vimfiles.git Added go.vim with binding for gofmt --- diff --git a/ftplugin/go.vim b/ftplugin/go.vim new file mode 100644 index 0000000..b5bd239 --- /dev/null +++ b/ftplugin/go.vim @@ -0,0 +1 @@ +nnoremap f :%!gofmt