diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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. [](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? |