From b68340a4674b999f7e7a079828e12a7ddb088d91 Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 24 Jun 2021 01:17:43 +1000 Subject: [PATCH] Document updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6ae7a2..a74796d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ of the case, it takes treesitter less than 4 ms to read and render all nodes for - Optimize display (remove trailing bracket/space), display the caller of reference, de-duplicate lsp results (e.g reference in the same line). Using treesitter for file preview highlighter etc +- ccls call hierarchy (Non-standard `ccls/call` API) supports + # Why a new plugin I'd like to go beyond what the system is providing.