Add coc-settings.json file
This commit is contained in:
18
nvim/coc-settings.json
Normal file
18
nvim/coc-settings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"languageserver": {
|
||||
"ccls": {
|
||||
"command": "ccls",
|
||||
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
|
||||
"rootPatterns": [".ccls-root", "compile_commands.json"],
|
||||
"initializationOptions": {
|
||||
"cache": {
|
||||
"directory": ".ccls-cache"
|
||||
},
|
||||
"client": {
|
||||
"snippetSupport": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user