Skip to content

Commit

Permalink
Add FAQ for clangd's command-line arguments. Fixes #999
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsh7th committed Aug 14, 2022
1 parent 8ce0832 commit b1ebdb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/cmp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,12 @@ How to disable the documentation window?~
})
<

I'm using clangd. The menu items are mis-indented.~

It's caused by clangd. You can specify `--header-insertion-decorators` for
clangd's command-line arguments. See #999.


How to integrate with copilot.vim?~

Copilot.vim and nvim-cmp both have a `key-mapping fallback` mechanism.
Expand Down

0 comments on commit b1ebdb0

Please sign in to comment.