Skip to content

Commit c409050

Browse files
authored
Fix customization parent group of lsp-volar (#3959)
1 parent 0e9f57b commit c409050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-volar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
(defgroup lsp-volar nil
3939
"Lsp support for vue3."
40-
:group 'lsp-volar
40+
:group 'lsp-mode
4141
:link '(url-link "https://github.com/johnsoncodehk/volar")
4242
:package-version '(lsp-mode . "8.0.1"))
4343

0 commit comments

Comments
 (0)