Update README.md

This commit is contained in:
Justin M. Keyes 2015-04-26 00:02:03 -04:00
parent 5b94632f6e
commit 1a636eabd5

View File

@ -28,18 +28,20 @@ For lots more details, see
### What's been done so far
- [Job control](https://github.com/neovim/neovim/pull/475) (work with processes asynchronously)
- [Terminal emulator](http://neovim.io/doc/user/various.html#:terminal)
- [Job control](https://github.com/neovim/neovim/pull/2247)
- msgpack remote API
- Performance, reliability, and portability improvements
- See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list.
- Performance, reliability, portability
See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list.
[![Throughput Graph](https://graphs.waffle.io/neovim/neovim/throughput.svg)](https://waffle.io/neovim/neovim/metrics)
### What's being worked on now
- Port all IO to [libuv](https://github.com/libuv/libuv/blob/master/README.md)
- Lots of refactoring
- A VimL => Lua translator
- Convert legacy tests to Lua tests
- VimL => Lua translator
### How do I get it?