Neovim

@neovim.io

Neovim is a hyperextensible Vim-based text editor Ways to support the project: - https://github.com/sponsors/neovim - https://store.neovim.io - Have fun using it and spread the word

#neovim Development News The 0.12 version adds more statusline integration for progress messages. `vim.ui.progress_status()` returns a status description summarizing currently running progress messages. It is also included in the default 'statusline'. PR: - github.com/neovim/neovi...

feat(progress): status api, 'statusline' integration by shadmansaleh · Pull Request #35428 · neovim/neovim

Follow up to #34846 Problem Currently, statusline by default doesn't show progress status. Solution Add progress-message support to the default statusline. How it works Displays statusline text...

github.com