lsp-mode icon indicating copy to clipboard operation
lsp-mode copied to clipboard

can I disable diagnostics when lsp start? I do not want to start flymake automatically.

Open haoisli9 opened this issue 2 years ago • 3 comments

Is your feature related or already mentioned on the wishlist? Don't find.

Describe your feature here. I want to disable diagnostics when lsp start, and start diagnostic such as flymake or flycheck manualy. flymake sometings make my emacs slow. so i want to disable flymake when lsp start. but manualy start it when i need.

can i get that options?

thanks.

haoisli9 avatar Jul 06 '22 06:07 haoisli9

Flycheck has flycheck-check-syntax-automatically , I am not sure if flymake has the equivalent.

yyoncho avatar Jul 06 '22 06:07 yyoncho

Maybe I am not clear what i want. I want lsp do not call flymake or flycheck when lsp-mode start. how to disable lsp-diagnoistic?

@.***

From: Ivan Yonchovski Date: 2022-07-06 14:36 To: emacs-lsp/lsp-mode CC: haoisli9; Author Subject: Re: [emacs-lsp/lsp-mode] can I disable diagnostics when lsp start? I do not want to start flymake automatically. (Issue #3612) Flycheck has flycheck-check-syntax-automatically , I am not sure if flymake has the equivalent. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

haoisli9 avatar Jul 06 '22 10:07 haoisli9

I want lsp do not call flymake or flycheck when lsp-mode start.

but manualy start it when i need.

You cannot have both...

This guide contains information how to turn off each feature: https://emacs-lsp.github.io/lsp-mode/tutorials/how-to-turn-off/

yyoncho avatar Jul 06 '22 10:07 yyoncho