enable goimports

This commit is contained in:
2014-03-11 20:57:46 +03:00
parent 84c00d0f21
commit 7470d2c450

1
.vimrc
View File

@@ -289,3 +289,4 @@ autocmd FileType go autocmd BufWritePre <buffer> Fmt
"match NearColLimit /\%<121v.\%>117v/
"match OverColLimit /.\%>120v/
"match ExtraWhitespace /\s\+\%#\@<!$/
let gofmt_command = "goimports"