We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a386875 commit 02fdc6dCopy full SHA for 02fdc6d
lsp-shader.el
@@ -53,7 +53,7 @@ This is only for development use."
53
54
(defcustom lsp-shader-completion-word t
55
"Non-nil to enable word completion."
56
- :type 'string
+ :type 'boolean
57
:group 'lsp-shader)
58
59
(defun lsp-shader--cls-download-server (_client callback error-callback update?)
@@ -78,7 +78,7 @@ Will update if UPDATE? is t"
78
(list "shader-ls" "--stdio")))
79
80
(lsp-register-custom-settings
81
- `(("ShaderLS.CompletionWord" lsp-shader-completion-word)))
+ `(("ShaderLS.CompletionWord" lsp-shader-completion-word t)))
82
83
(lsp-register-client
84
(make-lsp-client
0 commit comments