Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-13 | ftplugin/go.vim: Don't preserve indentation on empty lines | Teddy Wing | |
Go style (and `go fmt`) doesn't put indentation on empty lines, so for the sake of good Go, don't add indentation in this case. | |||
2015-11-23 | ftplugin/go.vim: Add mapping for `go fmt` | Teddy Wing | |
Provide a quick way to format the current file. | |||
2014-06-14 | Add ftplugin/go.vim | Teddy Wing | |
Include basic settings plus compiler mappings. Mappings facilitate compiling and running Go programs. |