Closed TS-CUBED closed 1 year ago
Problem seems to be with flycheck-eglot in Doom Emacs, so raised the issue there as well.
Quick search through the doom repo's issue suggests that this isn't isolated to just Julia: https://github.com/doomemacs/doomemacs/issues/6466.
Thanks. It seems that moving to flymake
is the straightforward solution to this problem.
I am using eglot-jl in doom emacs. Eglot-jl itself is running fine, but when I activate flycheck (which uses eglot):
I get the error:
Is this an issue with eglot-jl or flycheck?
Steps to reproduce
Steps to reproduce the behavior:
init.el
activate(syntax)
to enable flycheck, activate(lsp +eglot)
to get eglot, and(julia +lsp)
to get eglot-jlError while checking syntax automatically: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")