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
commit

dc341add459c64baf98f3708101a64cf3585cd04

parent

6f650a819686c71e68a7c1c0b90d9a413ebc43e5

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
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‽ )