Skip to content

Commit

Permalink
Update suggested clangd flags in lang/cc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed May 19, 2021
1 parent f884a5d commit f3c3459
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 f3c3459

Please sign in to comment.