Skip to content

Commit 7bbcbb7

Browse files
committed
fix: use parent eglot-initialization-options when not in detached mode
this allows user customization and similar.
1 parent ad6f306 commit 7bbcbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustic-lsp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ with `lsp-rust-switch-server'."
134134
(if (or (null rustic-enable-detached-file-support)
135135
(null buffer-file-name)
136136
(rustic-buffer-crate t))
137-
eglot--{}
137+
(cl-call-next-method)
138138
(list :detachedFiles
139139
(vector (file-local-name (file-truename buffer-file-name))))))
140140

0 commit comments

Comments
 (0)