Skip to content

Commit e906cf4

Browse files
committed
User a different animation
1 parent 99925ce commit e906cf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nvim/lua/plugins/lualine.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ return {
113113
icon = "", -- f013
114114
symbols = {
115115
-- Standard unicode symbols to cycle through for LSP progress:
116-
spinner = { "", "", "", "", "", "", "", "", "", "" },
116+
spinner = { "", "", "", "" },
117+
-- spinner = { "⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏" },
117118
done = "",
118119
-- Delimiter inserted between LSP names:
119120
separator = " ",

0 commit comments

Comments
 (0)