mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
30f120ebc1
Problem: clangd treats our docstrings as Plaintext. Solution: Update `.clangd`.
7 lines
178 B
YAML
7 lines
178 B
YAML
CompileFlags:
|
|
CompilationDatabase: build/ # Search build/ directory for compile_commands.json
|
|
Diagnostics:
|
|
UnusedIncludes: None
|
|
Documentation:
|
|
CommentFormat: Doxygen
|