Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Commit

Permalink
Add more to description
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Mar 10, 2015
1 parent 4fa5eb3 commit ce63895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
SolidOak is a simple IDE for Rust. It's just a standalone executable that will run anywhere without being installed. See the [Releases](https://github.com/oakes/SolidOak/releases) page for pre-built Linux x64 binaries (you need [Rust](http://www.rust-lang.org/install.html) and GTK+ 3.10 or above installed). It has the following features:

* An embedded copy of [Neovim](https://github.com/neovim/neovim) as its text editor
- On first launch, it will create ~/.soak and ~/.soakrc, which are equivalent to ~/.vim and ~/.vimrc
- On first launch, it will create ~/.soak and ~/.soakrc (equivalent to ~/.vim and ~/.vimrc)
- It starts off in "Easy Mode" (locked in insert mode) for Vim newbies, but you can toggle it off
* An easy-to-use GUI written with [rgtk](https://github.com/jeremyletang/rgtk)
- Buttons for common editing actions and a project tree that stays in sync with Neovim
- You can bypass the GUI and run it as a console app by passing the `-nw` flag
* An embedded copy of [Racer](https://github.com/phildawes/racer) for autocomplete
- To enable, you must clone the Rust source code and point Racer to it:
Expand Down

0 comments on commit ce63895

Please sign in to comment.