docs: update 0.3 release notes

This commit is contained in:
NotAShelf 2023-04-18 02:17:26 +03:00
parent 6b3d529bc9
commit 8e2ea2bbfc
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -13,3 +13,5 @@
* `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>>.
* For <<opt-vim.visuals.indentBlankline.fillChar>> and <<opt-vim.visuals.indentBlankline.eolChar>> turning them off should use `null` rather than `""` now.