mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[neovim] Update lsp progress spinner
This commit is contained in:
parent
f4209afb2a
commit
6ec86fbfc9
@ -31,7 +31,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