1
0
mirror of https://github.com/amix/vimrc synced 2025-07-27 23:45:00 +08:00

Update coc.nvim

This commit is contained in:
Kurtis Moxley
2022-05-19 22:14:37 +08:00
parent 8f2091a3e4
commit 6bd73b104c
7 changed files with 444 additions and 248 deletions

View File

@ -1,3 +1,8 @@
# 2022-05-17
- Add `QuickPick` module.
- Add API `window.showQuickPick()` and `window.createQuickPick()`.
# 2022-05-16
- Add properties `title`, `loading` & `borderhighlight` to `InputBox`