mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +00:00
[neovim] Update lsp progress spinner
This commit is contained in:
parent
7cefda3d5c
commit
c4c6bb973a
@ -32,7 +32,7 @@ local filetype = {
|
||||
local lsp_progress = {
|
||||
"lsp_progress",
|
||||
display_components = { "spinner" },
|
||||
spinner_symbols = { "⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏" },
|
||||
spinner_symbols = { "⣷", "⣯", "⣟", "⡿", "⢿", "⣻", "⣽", "⣾" },
|
||||
}
|
||||
|
||||
local spaces = function()
|
||||
|
Loading…
Reference in New Issue
Block a user