Skip to content

Commit

Permalink
Remove obsolete/uninteresting clangd flags
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Sep 19, 2024
1 parent dc16061 commit 958e3a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lisp/lang/init-cpp.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"--background-index"
"--clang-tidy"
"--completion-style=bundled"
"--pch-storage=disk"
"--header-insertion=iwyu"
"--header-insertion-decorators"
"--include-cleaner-stdlib"))
"--header-insertion-decorators"))
(with-eval-after-load 'lsp-mode
;; Prefer `clangd' over `ccls'
(cond ((executable-find "clangd") (setq lsp-clients-clangd-executable "clangd"
Expand Down

0 comments on commit 958e3a3

Please sign in to comment.