scrollbar: add an ascii scrollbar extension

This commit is contained in:
Christian Brabandt
2021-05-08 18:06:25 +02:00
parent e7eea7c6e8
commit ecac148e19
5 changed files with 52 additions and 2 deletions
+2
View File
@@ -18,10 +18,12 @@ This is the Changelog for the vim-airline project.
- [battery.vim](https://github.com/lambdalisue/battery.vim) support
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) support
- [gen_tags.vim](https://github.com/jsfaint/gen_tags.vim) support
- Ascii Scrollbar 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 as well as the current function
- [coc-git](https://github.com/neoclide/coc-git) extension integrated into hunks extension
- rewrote parts using Vim9 Script for performance improvements
- Other
- Changed CI from travis-ci.org to GitHub Actions
- Introduce Vim script static analysis using [reviewdog](https://github.com/reviewdog/action-vint)