The Vim editor fork – Neovim has finally surpassed version 0.4.
Key Changes:
- Multigrid support has been introduced. Previously, Neovim had a single grid for all created windows; now there are different grids, allowing customization for each one: changing font sizes, window designs, and adding your own scrollbar.
- The 'Nvim-Lua standard library' has been introduced. You can learn about its capabilities via the command :help lua-stdlib
- The built-in terminal capabilities have been improved.
The developers did not include a changelog in the release description, but such a detailed list can be found in one of the commits.
Source: linux.org.ru
