Add FAQ for clangd's command-line arguments. Fixes #999

This commit is contained in:
hrsh7th
2022-08-15 01:38:44 +09:00
parent 8ce0832a5c
commit b1ebdb0a17

View File

@@ -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?~ How to integrate with copilot.vim?~
Copilot.vim and nvim-cmp both have a `key-mapping fallback` mechanism. Copilot.vim and nvim-cmp both have a `key-mapping fallback` mechanism.