improve: support to customize the spinners (#2397)

This commit is contained in:
guanghechen
2025-07-02 18:54:41 +08:00
committed by GitHub
parent 8fde103734
commit 7aec52ff3e
5 changed files with 55 additions and 43 deletions

View File

@@ -89,8 +89,8 @@ function Sidebar:new(id)
chat_history = nil,
current_state = nil,
state_timer = nil,
state_spinner_chars = { "·", "", "", "", "", "" },
thinking_spinner_chars = { "🤯", "🙄" },
state_spinner_chars = Config.windows.spinner.generating,
thinking_spinner_chars = Config.windows.spinner.thinking,
state_spinner_idx = 1,
state_extmark_id = nil,
scroll = true,