From ba95c276f71f068713089e149911fe5b0393c3b7 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Sun, 10 Jun 2012 20:27:31 +0200 Subject: [PATCH] Added go.vim with binding for gofmt --- ftplugin/go.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/go.vim 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 -- 2.51.2