From 31fac4d4963cda3c76587e883816ecb740e7f895 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 18 Jul 2018 22:10:40 -0700 Subject: [PATCH] links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 289e80ff..3a20910a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # ccls -ccls is a rewrite of cquery (originally written by Jacob Dufault), -a C/C++/Objective-C language server. +[![Telegram](https://img.shields.io/badge/telegram-@cclsp-blue.svg)](https://telegram.me/cclsp) +[![Gitter](https://img.shields.io/badge/gitter-ccls--project-blue.svg?logo=gitter-white)](https://gitter.im/ccls-project/ccls) + +ccls, which originates from [cquery](https://github.com/cquery-project/cquery), is a C/C++/Objective-C language server. * code completion (with both signature help and snippets) * [definition](src/messages/text_document_definition.cc)/[references](src/messages/text_document_references.cc), and other cross references