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.