Otherwise, a server that crashes on startup is enough to throw Eglot
into a reconnection infloop.
* eglot.el (eglot-lsp-server): Initialize "inhibit-autoreconnect"
slot to t.
GitHub-reference: close https://github.com/joaotavora/eglot/issues/36
:documentation "List (ID DOING-WHAT DONE-P) representing server progress."
:initform `(nil nil t) :accessor eglot--spinner)
(inhibit-autoreconnect
+ :initform t
:documentation "Generalized boolean inhibiting auto-reconnection if true."
:accessor eglot--inhibit-autoreconnect)
(file-watches