]> Untitled Git - vimfiles.git/commitdiff
Added go.vim with binding for gofmt
authorPhilippe Huerlimann <phihue@gmail.com>
Sun, 10 Jun 2012 18:27:31 +0000 (20:27 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Sun, 10 Jun 2012 18:27:31 +0000 (20:27 +0200)
ftplugin/go.vim [new file with mode: 0644]

diff --git a/ftplugin/go.vim b/ftplugin/go.vim
new file mode 100644 (file)
index 0000000..b5bd239
--- /dev/null
@@ -0,0 +1 @@
+nnoremap <leader>f :%!gofmt<CR>