A new version of the Vim editor fork (which in turn traces back to Vi) – Neovim has been released.
Among the changes:
- A new improved default color theme;
- The ability to call diagnostic messages from LSP with a key press has been added;
- Commenting out code snippets, previously available only in the vim-commentary plugin, is now a built-in feature;
- Various enhancements to the built-in terminal, such as: output synchronization, support for hyperlink recognition in output, improved color sequence recognition, etc.;
- Built-in support for editing Tree-Sitter rules has been added.
Source: linux.org.ru
