Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The theme is missing the global segment #120

Open
nigredo-tori opened this issue Apr 29, 2022 · 0 comments
Open

The theme is missing the global segment #120

nigredo-tori opened this issue Apr 29, 2022 · 0 comments

Comments

@nigredo-tori
Copy link

Some of the useful information that other modes put into global-mode-string is not covered (?) by the segments provided in this mode. For example, this is global-mode-string in a Scala buffer with LSP enabled:

((t
  (:eval lsp-modeline--code-actions-string))
 (t
  (:eval
   (lsp-modeline--diagnostics-update-modeline)))
 (t
  (:eval
   (-keep #'lsp--workspace-status-string
          (lsp-workspaces))))
 ((t lsp-java-progress-string)))

All of this is important and useful (code action presence, project error/warning count, messages from the LSP server), but none of it is displayed with the default theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant