shutdown eglot when no relevant buffers are open anymore
This commit is contained in:
parent
934206da5c
commit
de01ff727c
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@
|
||||||
:hook
|
:hook
|
||||||
(swift-mode . eglot-ensure)
|
(swift-mode . eglot-ensure)
|
||||||
:config
|
:config
|
||||||
|
(setq eglot-autoshutdown t)
|
||||||
(add-to-list
|
(add-to-list
|
||||||
'eglot-server-programs
|
'eglot-server-programs
|
||||||
'(swift-mode . ("/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp"))))
|
'(swift-mode . ("/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp"))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue