fix json type error

the_next 2020-02-18 21:58:05 +08:00
parent 3157d69340
commit 329c80aec6

@ -10,13 +10,13 @@ Open config file with command `:CocConfig`
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
"rootPatterns": [".ccls-root", "compile_commands.json"],
"initializationOptions": {
"cache": {
"directory": ".ccls-cache"
}
},
"client": {
"snippetSupport": true
}
"cache": {
"directory": ".ccls-cache"
},
"client": {
"snippetSupport": true
}
}
}
}
}