-
-
Notifications
You must be signed in to change notification settings - Fork 922
Open
Labels
Description
#2567 brought in a much-improved progress reporting widget.
But it highlighted for me a niggling issue. All the interesting stuff reported in the mode line by lsp-mode
comes right at the end of the mode line, where for me most of the time it is invisible. (I use a fairly "vanilla" setup, tweaked slightly with the excellent blackout
package to remove or shorten displayed items)
The legacy progress reporting modified the mode lighter, which is far to the left, so visible even when you have many windows open side by side. With the progress added to global-mode-string
, it has moved to the end.
Perhaps we should consider moving the lsp-mode
information to the left, between vc-info and mode info.
Using lsp-mode at: abac0d7