mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
:init
|
||||
(setq meghanada-server-install-dir (concat doom-data-dir "meghanada-server/")
|
||||
meghanada-use-company (modulep! :completion company)
|
||||
meghanada-use-flycheck (modulep! :checkers syntax)
|
||||
meghanada-use-flycheck (or (modulep! :checkers syntax +flymake)
|
||||
(not (modulep! :checkers syntax)))
|
||||
meghanada-use-eldoc t
|
||||
meghanada-use-auto-start t)
|
||||
|
||||
|
Reference in New Issue
Block a user