chore(lang): Remove flycheck-golangci-lint package, lsp handles linting

This commit is contained in:
2020-04-26 22:26:43 +01:00
parent 9efa5e54e9
commit 48ad5c8993

View File

@@ -98,10 +98,6 @@
:init
(defun siren-go-projectile-setup ()))
(use-package flycheck-golangci-lint
:hook
(go-mode . flycheck-golangci-lint-setup))
(use-package go-playground
:defer t)