Variable: eglot-autoshutdown
eglot-autoshutdown is a customizable variable defined in eglot.el.gz.
Value
nil
Documentation
If non-nil, shut down server after killing last managed buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defcustom eglot-autoshutdown nil
"If non-nil, shut down server after killing last managed buffer."
:type 'boolean)