Skip to content

Commit

Permalink
Update docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Oct 7, 2016
1 parent e563211 commit 6acda99
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ To see more screenshots of micro, showcasing all of the default colorschemes, se
* Colorscheme support
* By default, micro comes with 16, 256, and true color themes.
* True color support (set the `MICRO_TRUECOLOR` env variable to 1 to enable it)
* Snippets
* The snippet plugin can be installed with `> plugin install snippets`
* Copy and paste with the system clipboard
* Small and simple
* Easily configurable
Expand Down
2 changes: 1 addition & 1 deletion cmd/micro/runtime.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions runtime/help/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and use `init.lua` to configure micro to your liking.

Hopefully you'll find this useful.

### Plugins

Micro has a plugin manager which can automatically download plugins for you.
To see the plugins 'official' plugins, go to github.com/micro-editor/plugin-channel.

For example, if you'd like to install the snippets plugin (listed in that repo),
just press `CtrlE` to execute a command, and type `plugin install snippets`.

For more information about the plugin manager, see the end of the `plugins` help
topic.

### Settings

In micro, your settings are stored in `~/.config/micro/settings.json`, a file
Expand Down

0 comments on commit 6acda99

Please sign in to comment.