1

doom: disable wrong flycheck args for c++

This commit is contained in:
2022-12-05 15:35:33 +01:00
parent 1e6ed500bb
commit b5afd87f0a

View File

@ -773,7 +773,7 @@
))
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
(after! flycheck
(setq! flycheck-clang-args '("--checks='*'")
(setq! ;; flycheck-clang-args '("--checks='*'")
flycheck-clang-pedantic t))
;; python