Skip to content

Commit 8778f41

Browse files
authored
Encapsulate GLSL executable string, so it can be overridden (#4707)
1 parent 2264d17 commit 8778f41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clients/lsp-glsl.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040

4141
(lsp-register-client
4242
(make-lsp-client
43-
:new-connection (lsp-stdio-connection lsp-glsl-executable)
43+
:new-connection (lsp-stdio-connection
44+
(lambda ()
45+
lsp-glsl-executable))
4446
:activation-fn (lsp-activate-on "glsl")
4547
:priority -1
4648
:server-id 'glslls))

0 commit comments

Comments
 (0)