docs: update 0.3 release notes

This commit is contained in:
NotAShelf 2023-04-18 01:53:17 +03:00
parent b499930661
commit 58f7d8b62e
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -8,3 +8,8 @@
* <<opt-vim.git.gitsigns.codeActions>> has been added allowing you to turn on gitsigns codeactions. * <<opt-vim.git.gitsigns.codeActions>> has been added allowing you to turn on gitsigns codeactions.
* Removed the plugins document in the docs. Was too unwieldy to keep updated. * Removed the plugins document in the docs. Was too unwieldy to keep updated.
* `vim.visual.lspkind` has been moved to <<opt-vim.lsp.lspkind.enable>>
* Improved handling of completion formatting. When setting <<opt-vim.autocomplete.sources>>, can also include optional menu mapping. And can provide your own function with <<opt-vim.autocomplete.formatting.format>>.