Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho authored Sep 30, 2024
1 parent 26b56ac commit c3bf24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-golangci-lint.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(defgroup lsp-golangci-lint nil
"Configuration options for lsp-golangci-lint."
:group 'lsp-mode
:link '(url-lint "https://github.com/nametake/golangci-lint-langserver")
:link '(url-link "https://github.com/nametake/golangci-lint-langserver")
:package-version '(lsp-mode . "9.0.0"))

(defcustom lsp-golangci-lint-server-path "golangci-lint-langserver"
Expand Down

0 comments on commit c3bf24c

Please sign in to comment.