Emacs: remove LSP issue count because it's often wrong
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/emacs/init.el → user/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‽ )