mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
feat(options): per-buffer 'busy' status #34493
Problem: Plugins cannot mark a buffer as "busy". Solution: - Add a buffer-local 'busy' option. - Show a busy indicator in the default 'statusline'.
This commit is contained in:
@@ -404,6 +404,7 @@ Options:
|
||||
- 'ttimeout', 'ttimeoutlen' behavior was simplified
|
||||
- 'winblend' pseudo-transparency in floating windows |api-floatwin|
|
||||
- 'winhighlight' window-local highlights
|
||||
- 'busy' busy status for buffers
|
||||
|
||||
Performance:
|
||||
- Signs are implemented using Nvim's internal "marktree" (btree) structure.
|
||||
|
||||
Reference in New Issue
Block a user