1
0
Mirror von https://github.com/dcarrillo/dotfiles.git synchronisiert 2025-07-04 05:19:26 +00:00

[neovim] Update lsp progress spinner

Dieser Commit ist enthalten in:
2022-11-28 19:40:52 +01:00
Ursprung f4209afb2a
Commit 6ec86fbfc9

Datei anzeigen

@ -31,7 +31,7 @@ local filetype = {
local lsp_progress = {
"lsp_progress",
display_components = { "spinner" },
spinner_symbols = { "⠈⠁", "⠈⠑", "⠈⠱", "⠈⡱", "⢀⡱", "⢄⡱" },
spinner_symbols = { "", "", "", "", "", "", "", "", "", "" },
}
local spaces = function()