Skip to content

Commit 521108a

Browse files
authored
Fix type and group of lsp-v-analyzer-path (#4685)
Custom setting lsp-v-analyzer-path has the wrong type and the wrong group.
1 parent d8a378f commit 521108a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/lsp-v.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ finding the executable with variable `exec-path'. "
5151
"Path to `v-analyzer'
5252
Leave as just the executable name to use the default behavior of
5353
finding the executable with variable `exec-path'. "
54-
:type 'number
55-
:group 'lsp-nim
54+
:type 'string
55+
:group 'lsp-v
5656
:package-version '(lsp-mode . "9.0.0"))
5757

5858
(lsp-register-client

0 commit comments

Comments
 (0)