1
0
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:
Daniel Carrillo 2023-03-31 20:44:46 +02:00
parent 7cefda3d5c
commit c4c6bb973a
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -32,7 +32,7 @@ local filetype = {
local lsp_progress = {
"lsp_progress",
display_components = { "spinner" },
spinner_symbols = { "", "", "", "", "", "", "", "", "", "" },
spinner_symbols = { "", "", "", "", "", "", "", "" },
}
local spaces = function()