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:
@ -31,7 +31,7 @@ local filetype = {
|
||||
local lsp_progress = {
|
||||
"lsp_progress",
|
||||
display_components = { "spinner" },
|
||||
spinner_symbols = { "⠈⠁", "⠈⠑", "⠈⠱", "⠈⡱", "⢀⡱", "⢄⡱" },
|
||||
spinner_symbols = { "⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏" },
|
||||
}
|
||||
|
||||
local spaces = function()
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren