dotfiles/.config/nvim/coc-settings.json
2024-02-25 19:17:35 +01:00

8 lines
194 B
JSON

"languageserver": {
"clangd": {
"command": "clangd",
"rootPatterns": ["compile_flags.txt", "compile_commands.json"],
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"]
}
}