Force eglot to shutdown after all managing buffer are closed

This commit is contained in:
Sameer Rahmani 2024-05-24 22:04:34 +01:00
parent 4bce452ca7
commit 78efcb37f0
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@
(use! eglot
"Eglot is a minimalistic yet powerful LSP replacement
shipped with Emacs."
:commands eglot-ensure)
:commands eglot-ensure
:custom
(eglot-autoshutdown t) ;; shutdown language server after closing last file
(eglot-confirm-server-initiated-edits nil) ;; allow edits without confirmation
)
(use! eldoc-box