You can post here with questions you would like us to answer during the release stream on Tuesday (see announcements). We’ll choose several of the questions to address, mixed in with live questions from the twitch chat.
from a casual user standpoint, what actions do i need to take, if any, on my config given the changes mentioned on the roadmap?
no longer need to include the treesitter plugin? review my settings in light of the updated defaults?
are there any other changes not mentioned on the official roadmap that would affect what’s in my config?
the changes to defaults, is there a simple, overall summary of what settings changed?
Wait for the release and go over the release notes (you can also see Following HEAD: breaking changes on master · Issue #14090 · neovim/neovim · GitHub for the changes over the 0.6.0 development cycle). There will also be a newsletter going over the high-level changes some time after the release. What you list is from the Roadmap, which was aspirational at the time of the 0.5.0 release. Plans may and must change over the course of time. In particular, no big changes around tree-sitter ended up being made during that time.
As a general comment: This thread is for submitting “interview” questions for the release stream, not for general and technical questions regarding 0.6.0.
Any plans for a neovim UI components library on core? I think a lot of people (myself included) are re-implementing the same things over and over again. UI components like popup notifications, or inputs on a floating window.