From 06dff217206751bd287e6e7ae45a0f385fd41411 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 15 Nov 2018 20:53:04 -0800 Subject: [PATCH] README: add client feature table --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 81d25dc5..5c3e251d 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ cquery has system include path detection (through running the compiler driver) w # >>> [Getting started](../../wiki/Getting-started) (CLICK HERE) <<< * [Build](../../wiki/Build) -* [Emacs](../../wiki/Emacs) -* [LanguageClient-neovim](../../wiki/LanguageClient-neovim) +* [Client feature table](../../wiki/Client-feature-table) * [FAQ](../../wiki/FAQ) ccls can index itself (~180MiB RSS when ide, noted on 2018-09-01), FreeBSD, glibc, Linux, LLVM (~1800MiB RSS), musl (~60MiB RSS), ... with decent memory footprint. See [wiki/compile_commands.json](../../wiki/compile_commands.json) for examples.