all repos — nixfiles @ dc341add459c64baf98f3708101a64cf3585cd04

System and user configuration, managed by nix and home-manager

Emacs: remove LSP issue count because it's often wrong
Alan Pearce alan@alanpearce.eu
Wed, 12 Jun 2024 11:19:07 +0200
commit

dc341add459c64baf98f3708101a64cf3585cd04

parent

6f650a819686c71e68a7c1c0b90d9a413ebc43e5

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -1147,6 +1147,7 @@ (setq lsp-auto-guess-root t                   lsp-auto-execute-action nil
                   lsp-headerline-breadcrumb-enable nil
                   lsp-enable-suggest-server-download nil
+                  lsp-modeline-diagnostics-enable nil
                   lsp-completion-provider :none ; value `:capf' is actually for company :(
                   lsp-diagnostics-provider t     ; this means prefer flymake over flycheck, why‽
                   )