]> git.lizzy.rs Git - micro.git/commitdiff
Minor update to docs
authorZachary Yedidia <zyedidia@gmail.com>
Wed, 17 Aug 2016 18:19:59 +0000 (14:19 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Wed, 17 Aug 2016 18:19:59 +0000 (14:19 -0400)
runtime/help/commands.md

index 3a7fddd309386ceb550fee54d3e5cf76980c3bbd..2fb4d8cc4e1daa30d35187ddeeb5475308121f4f 100644 (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.