doom: disable wrong flycheck args for c++
This commit is contained in:
@ -773,7 +773,7 @@
|
|||||||
))
|
))
|
||||||
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
|
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
|
||||||
(after! flycheck
|
(after! flycheck
|
||||||
(setq! flycheck-clang-args '("--checks='*'")
|
(setq! ;; flycheck-clang-args '("--checks='*'")
|
||||||
flycheck-clang-pedantic t))
|
flycheck-clang-pedantic t))
|
||||||
|
|
||||||
;; python
|
;; python
|
||||||
|
Reference in New Issue
Block a user