mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user