docs: update v0.6 release notes

This commit is contained in:
NotAShelf 2024-04-27 00:21:55 +03:00
parent a56aa7b6e2
commit ebe0d6c960
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 7 additions and 0 deletions

View File

@ -149,3 +149,10 @@ vim.api.nvim_set_keymap('n', '<leader>a', ':lua camelToSnake()<CR>', { noremap =
- Added [`vim.extraPackages`](vim.extraPackages) for appending additional packages to the wrapper PATH, making said packages available
while inside the Neovim session.
- Made treesitter options configurable, and moved `treesitter-context to
`setupOpts` while it is enabled.
- Added `vim.notify.nvim-notify.setupOpts.render` which takes either a string of enum or
a lua function. The default is "compact", but you may change it according to
nvim-notify documentation.