From b5433f901ebffc9e01b82ae13da9a92d49569205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bisinger?= Date: Thu, 14 Apr 2022 13:42:08 +0200 Subject: [PATCH] docs!: improve the instructions to follow breaking changes (#231) (#904) Improve the README instruction on where to find breaking changes. Included a suggestion to subscribe to the [github issue](https://github.com/hrsh7th/nvim-cmp/issues/231) to get notified about changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9e40d..4dceea6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Completion sources are installed from external repositories and "sourced". Readme! ==================== -1. nvim-cmp's breaking changes are documented [here](https://github.com/hrsh7th/nvim-cmp/issues/231). +1. There is a Github issue that documents [breaking changes](https://github.com/hrsh7th/nvim-cmp/issues/231) for nvim-cmp. Subscribe to the issue to be notified of upcoming breaking changes. 2. This is my hobby project. You can support me via GitHub sponsors. 3. Bug reports are welcome, but I might not fix if you don't provide a minimal reproduction configuration and steps. 4. The nvim-cmp documents is [here](./doc/cmp.txt).