mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@@ -78,5 +78,6 @@
|
||||
(setq company-go-show-annotation t))
|
||||
|
||||
(use-package! flycheck-golangci-lint
|
||||
:when (modulep! :checkers syntax)
|
||||
:when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
:hook (go-mode . flycheck-golangci-lint-setup))
|
||||
|
Reference in New Issue
Block a user