Hi all,
We’re planning on releasing Neovim 0.7 on April 15th. As usual, we will have a 2 week stabilization period during which we ask that users test and report any bugs (we skipped yesterday, for the reason you might imagine). The main features of this release are:
- lua autocommands
- lua keymap API
- lua command API
- global namespace lua highlights (pure lua colorschemes)
- global statusline
- support for setting signs via
nvim_buf_set_extmark
- the ability to distinguish
<C-I>
from<Tab>
in mappings -
filetype.lua
(a faster alternative to individual autocommands for matchingfiletype
rules) -
:lua =expr
, try:lua ={test = true}
in addition to the usual round of bug fixes, porting vim patches, and performance improvements. Please test and report all bugs.
Best,
The Neovim core team.