From 63d6c22431ee40a461973f3d962367579c8665bb Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Fri, 27 Aug 2021 21:18:26 +0900 Subject: [PATCH] Add warning for source creators --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e1f852..1d3fe9d 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,8 @@ formatting = { Source creation ==================== +Warning: If the LSP spec is changed, nvim-comp will keep up to it without announcement. + If you publish `nvim-cmp` source to GitHub, please add `nvim-cmp` topic for the repo. You should read [cmp types](/lua/cmp/types) and [LSP spec](https://microsoft.github.io/language-server-protocol/specifications/specification-current/) to create sources.