Documentation ¶
Overview ¶
Acmego watches acme for .go files being written.
Usage:
acmego [-f]
Each time a .go file is written, acmego checks whether the import block needs adjustment. If so, it makes the changes in the window body but does not write the file. It depends on “goimports” being installed.
If the -f option is given, reformats the Go source file body as well as updating the imports. It also watches for other known extensions and runs their formatters if found in the executable path.
The other known extensions and formatters are:
.rs - rustfmt .py - yapf
Click to show internal directories.
Click to hide internal directories.