mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-28 20:00:24 +00:00
Minor update to docs
This commit is contained in:
parent
d17cc0f628
commit
ddeed5e558
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue