Skip to content

The theme is missing the global segment #120

@nigredo-tori

Description

@nigredo-tori

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions