Increase eglot-connect-timeout again
This commit is contained in:
parent
dea6414230
commit
e7b6d2c2cb
2
init.el
2
init.el
|
@ -1059,7 +1059,7 @@
|
||||||
(eglot-extend-to-xref t)
|
(eglot-extend-to-xref t)
|
||||||
(eglot-autoshutdown t)
|
(eglot-autoshutdown t)
|
||||||
(eglot-sync-connect nil)
|
(eglot-sync-connect nil)
|
||||||
(eglot-connect-timeout 120)
|
(eglot-connect-timeout 300)
|
||||||
(eglot-autoreconnect (* 60 5))
|
(eglot-autoreconnect (* 60 5))
|
||||||
(eglot-events-buffer-config '(:size 0))
|
(eglot-events-buffer-config '(:size 0))
|
||||||
:init
|
:init
|
||||||
|
|
Loading…
Reference in a new issue