Minor update to docs

This commit is contained in:
Zachary Yedidia 2016-08-17 14:19:59 -04:00
parent d17cc0f628
commit ddeed5e558

View File

@ -32,3 +32,12 @@ Here are the possible commands that you can use.
* `tab filename`: opens the given file in a new tab.
---
The following commands are provided by the default plugins:
* `lint`: Lint the current file for errors.
* `gofmt`: Run gofmt on the current file.
* `goimports`: Run goimports on the current file.