From ddeed5e558e95f4a83bf731fe9e6e7031a411fc4 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Wed, 17 Aug 2016 14:19:59 -0400 Subject: [PATCH] Minor update to docs --- runtime/help/commands.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/runtime/help/commands.md b/runtime/help/commands.md index 3a7fddd3..2fb4d8cc 100644 --- a/runtime/help/commands.md +++ b/runtime/help/commands.md @@ -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.