Enable ccls for C/C++/Obj-C
This commit is contained in:
parent
6eb96ff1dd
commit
ca2d4d3e9d
1 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,14 @@
|
||||||
"filetypes": ["sh"],
|
"filetypes": ["sh"],
|
||||||
"ignoredRootPaths": ["~"]
|
"ignoredRootPaths": ["~"]
|
||||||
},
|
},
|
||||||
|
"ccls": {
|
||||||
|
"command": "ccls",
|
||||||
|
"filetypes": ["c", "cpp", "objc", "objcpp"],
|
||||||
|
"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"],
|
||||||
|
"initializationOptions": {
|
||||||
|
"cacheDirectory": "/tmp/ccls"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dockerfile": {
|
"dockerfile": {
|
||||||
"command": "docker-langserver",
|
"command": "docker-langserver",
|
||||||
"filetypes": ["dockerfile"],
|
"filetypes": ["dockerfile"],
|
||||||
|
|
Loading…
Reference in a new issue