docs: update v0.6 release notes

This commit is contained in:
NotAShelf 2024-04-21 03:28:35 +03:00
parent 2f4dcafaa3
commit 56d9c0aa1f
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 5 additions and 0 deletions

View File

@ -140,3 +140,8 @@ vim.api.nvim_set_keymap('n', '<leader>a', ':lua camelToSnake()<CR>', { noremap =
and [`vim.spellChecking.programmingWordlist.enable`](vim.spellChecking.programmingWordlist.enable) for ignoring certain filetypes
in spellchecking and enabling `vim-dirtytalk` respectively. The previously used `vim.spellcheck.vim-dirtytalk` aliases to the latter
option.
- Exposed `withRuby`, `withNodeJs`, `withPython3`, and `python3Packages` from the `makeNeovimConfig` function under their respective options.
- Added [`vim.extraPackages`](vim.extraPackages) for appending additional packages to the wrapper PATH, making said packages available
while inside the Neovim session.