AstroNvim
AstroNvim copied to clipboard
Preparation for v0.8
This is just a placeholder for keeping up with changes that are coming with Neovim v0.8.
TODO
- [x]
resolved_capabilitiesdeprecated (https://github.com/neovim/neovim/pull/17814) - [x]
nvim_cmdAPI addition (https://github.com/neovim/neovim/pull/18366) - [x] Use
felineto set upwinbarfor breadcrumbs in active window and filename for inactive window (https://github.com/neovim/neovim/pull/18562) - [x] Investigate
cmdheight = 0(https://github.com/neovim/neovim/pull/16251) - [x] Remove deprecated
filetype.luaoptions (https://github.com/neovim/neovim/pull/19216) - [ ] https://github.com/neovim/neovim/pull/19238
The latest commit on the neovim-0.8 branch adds some winbar goodies. On the focused window it shows breadcrumbs calculated with aerial (from treesitter or LSP) and inactive splits show the filename

Updated the winbar commit to make it look a lot nicer. Anyone using the neovim-0.8 branch should do a git pull --rebase to get the changes :)

Added cmdheight=0 as default

Im looking for breadcrumbs functionality, my previous config has it but since latest config uses a new statusline my old config for it will be harder to setup. Can this be used now? how?
@flamendless Yeah it should be happening automatically out of the box in the winbar as shown in the screenshot with feline.
Development here has moved to a new branch v2 that has the new Heirline migration and will just act as a global v2.0.0 development branch. I have left the neovim-0.8 branch for people who want to use the feline + winbar feature that no longer exists there, but it will not be getting future updates.
With this new migration to Heirline we are also able to disable the WinBar on a per buffer basis. So now sidebars don't have a blank line at the top

Since all of the current preparation to Neovim 0.8 is finished so far and there is an open pull request/branch also tracking this, I am going to go ahead and close this issue in favor of using the PR #715 for future discussion
how do i get the heirline to show file name and not just filetype?