From b84cac724b5a3bf6f2b7dc841f5cd5a9663a57ae Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 20 Aug 2023 06:51:47 +0200 Subject: [PATCH] docs: add link to feature comparison matrix --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 37e5832..a4cb05c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -91,7 +91,10 @@ //! check [codemp-vscode](https://github.com/codewithotherpeopleandchangenamelater/codemp-vscode) //! or [codemp-nvim](https://github.com/codewithotherpeopleandchangenamelater/codemp-nvim) //! or [codemp-server](https://github.com/codewithotherpeopleandchangenamelater/codemp-server) for -//! reference implementations +//! reference implementations. +//! +//! keep track of feature completedness with the +//! [feature comparison matrix](https://github.com/orgs/codewithotherpeopleandchangenamelater/projects/3) //!