Commit a04e3492 authored by Andrew Gerrand's avatar Andrew Gerrand

[release-branch.go1.2] misc/vim: describe how to get gofmt-on-save behaviour.

««« CL 31770043 / 286f0ddb799b
misc/vim: describe how to get gofmt-on-save behaviour.

Fixes #6826.

R=golang-dev, bradfitz, adg
CC=golang-dev
https://golang.org/cl/31770043
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/34960043
parent e9dc28b0
...@@ -14,6 +14,11 @@ To use all the Vim plugins, add these lines to your $HOME/.vimrc. ...@@ -14,6 +14,11 @@ To use all the Vim plugins, add these lines to your $HOME/.vimrc.
If you want to select fewer plugins, use the instructions in the rest of If you want to select fewer plugins, use the instructions in the rest of
this file. this file.
A popular configuration is to gofmt Go source files when they are saved.
To do that, add this line to the end of your $HOME/.vimrc.
autocmd FileType go autocmd BufWritePre <buffer> Fmt
Vim syntax highlighting Vim syntax highlighting
----------------------- -----------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment