mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add flycheck-golangci-lint
This plugin runs [golangci-lint](https://github.com/golangci/golangci-lint) in the background and gathers the results in a checker.
This commit is contained in:
@ -10,3 +10,6 @@
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-go))
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-golangci-lint))
|
||||
|
Reference in New Issue
Block a user