From 4e2546a2098954b74cbc612f573826f13d6fb88e Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 2 Mar 2020 13:18:28 +0100 Subject: [PATCH] Changelog: Mention coc.nvim improved integration from #2079 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e598d0ac..804a1ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This is the Changelog for the vim-airline project. - [vim-lsp](https://github.com/prabirshrestha/vim-lsp) support - Improvements - git branch can also be displayed using [gina.vim](https://github.com/lambdalisue/gina.vim) + - coc extensions can also show additional status messages - Other - Introduce Vim script static analysis using [reviewdog](https://github.com/reviewdog/action-vint) - Added multiple Vim versions to unit tests using Travis CI