Skip to content

Commit

Permalink
Merge pull request doomemacs#5070 from jpcima/clangd-docs
Browse files Browse the repository at this point in the history
Update suggested clangd flags in lang/cc docs
  • Loading branch information
hlissner authored May 21, 2021
2 parents fce0830 + f3c3459 commit 25bac23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/lang/cc/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ Search for your combination of =(LSP client package, LSP server)=. You are using
"--background-index"
"--clang-tidy"
"--completion-style=detailed"
"--header-insertion=never"))
"--header-insertion=never"
"--header-insertion-decorators=0"))
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
#+END_SRC

Expand Down

0 comments on commit 25bac23

Please sign in to comment.