fix(language/go): add-on lsp servers do not need to be registered anymore

In fact, registering them, will override existing servers. When
registering the golangci-lint server, it prevents the regular gopls
server from being used.
This commit is contained in:
2023-01-20 21:03:45 +00:00
parent 63f9ef2ebb
commit bc5d60c07c

View File

@@ -121,7 +121,6 @@
:initialization-options (lambda ()
(gethash "golangci-lint"
(lsp-configuration-section "golangci-lint")))))
(add-to-list 'lsp-language-id-configuration '(go-mode . "golangci-lint"))
:preface
(defun siren-lsp-go-mode-setup ()