aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-27 19:30:23 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-06-11 00:08:27 +0200
commitf72f638f976347e2f14fc6ae5e5293c02d5ccfc1 (patch)
tree260e270e1cdb9a60e63b52d170ce305e4150686a /README.md
parentc69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff (diff)
downloadrneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.gz
rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.tar.bz2
rneovim-f72f638f976347e2f14fc6ae5e5293c02d5ccfc1.zip
doc: job/channel, misc #7783
doc: termios defaults. ref #6992 doc: :help shell-powershell doc: provider: Python minimum version is 2.7, 3.4 doc: remove :!start special-case. #5844 doc: mention #7917 change which accepts empty Array for Dictionary parameter doc: <Cmd> pseudokey doc: lmap change #5658 doc: -s, -es
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f0e69fee63..803e16aaf0 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
[![Clang Scan Build](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang)
[![PVS-studio Check](https://neovim.io/doc/reports/pvs/badge.svg)](https://neovim.io/doc/reports/pvs/PVS-studio.html.d)
+[![Packages](https://repology.org/badge/tiny-repos/neovim.svg)](https://repology.org/metapackage/neovim)
[![Debian CI](https://badges.debian.net/badges/debian/testing/neovim/version.svg)](https://buildd.debian.org/neovim)
[![Downloads](https://img.shields.io/github/downloads/neovim/neovim/total.svg?maxAge=2592001)](https://github.com/neovim/neovim/releases/)
@@ -43,6 +44,8 @@ To list all targets:
cmake --build build --target help
+To skip "bundled" dependencies define `USE_BUNDLED_DEPS=NO` (CMake option: `USE_BUNDLED=NO`).
+
See [the wiki](https://github.com/neovim/neovim/wiki/Building-Neovim) for details.
Install from package
@@ -73,9 +76,6 @@ Project layout
├─ third-party/ cmake subproject to build dependencies
└─ test/ tests (see test/README.md)
-- To disable `third-party/` specify `USE_BUNDLED_DEPS=NO` or `USE_BUNDLED=NO`
- (CMake option).
-
Features
--------