tide
tide copied to clipboard
Is it possible to make flycheck optional dependency?
I'm not using flycheck but because of tide it's loaded and gets updated from melpa.
We do make company dependency optional, but I am not sure how easy it would be to make flycheck optional as well. There is no optional dependency concept in emacs. So it's usually a lot of work to make dependency optional. I checked the code, seems like we have a lot of calls to flycheck at the top level as well.
That said, I am open to PR if someone wants to take a stab at it.