1234567891011121314151617 |
- {
- "languageserver": {
- "ccls": {
- "command": "ccls",
- "filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
- "rootPatterns": [".ccls-root", "compile_commands.json"],
- "initializationOptions": {
- "cache": {
- "directory": "/tmp/ccls-cache"
- },
- "client": {
- "snippetSupport": true
- }
- }
- }
- }
- }
|