aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-03-16 08:14:00 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-03-16 08:14:00 -0300
commit7eee9c2a220fd1f0e600ae365e996fb56aa4cec1 (patch)
tree4b44bdd3acd68724e338c060a92aab317fd43868
parent4f162a95e625c440e041c7a88ab491344fec9abe (diff)
downloadrneovim-7eee9c2a220fd1f0e600ae365e996fb56aa4cec1.tar.gz
rneovim-7eee9c2a220fd1f0e600ae365e996fb56aa4cec1.tar.bz2
rneovim-7eee9c2a220fd1f0e600ae365e996fb56aa4cec1.zip
Put gitter badge near other badges
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 819e40948c..8dcad227d0 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
[![Coverage Status](https://img.shields.io/coveralls/neovim/neovim.svg)](https://coveralls.io/r/neovim/neovim)
[![Coverity Scan Build](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
[![Clang Scan Build](http://neovim.org/doc/reports/clang/badge.svg)](http://neovim.org/doc/reports/clang)
+[![Join the chat at https://gitter.im/neovim/neovim](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Neovim is a project that seeks to aggressively refactor Vim in order to:
@@ -27,8 +28,6 @@ For lots more details, see
### What's been done so far
-[![Join the chat at https://gitter.im/neovim/neovim](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
- [Job control](https://github.com/neovim/neovim/pull/475) (work with processes asynchronously)
- msgpack remote API
- Performance, reliability, and portability improvements