mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Add one space for the LSP indicator.
This commit is contained in:
parent
8e16fc8380
commit
23c9278704
1 changed files with 2 additions and 2 deletions
|
@ -1607,7 +1607,7 @@ mouse-1: Reload to start server")
|
|||
(interactive)
|
||||
(revert-buffer t t)))))
|
||||
map)))
|
||||
" ")))
|
||||
" ")))
|
||||
(add-hook 'lsp-mode-hook #'doom-modeline-update-lsp)
|
||||
(add-hook 'lsp-after-uninitialized-hook #'doom-modeline-update-lsp)
|
||||
|
||||
|
@ -1666,7 +1666,7 @@ mouse-3: Reconnect to server" nick (eglot--major-mode server)))
|
|||
(define-key map [mode-line mouse-3]
|
||||
#'eglot-reconnect)))
|
||||
map))
|
||||
" "))))
|
||||
" "))))
|
||||
(add-hook 'eglot--managed-mode-hook #'doom-modeline-update-eglot)
|
||||
|
||||
(doom-modeline-def-segment lsp
|
||||
|
|
Loading…
Reference in a new issue