Enable ccls for C/C++/Obj-C

This commit is contained in:
Daniel Lundin 2019-01-03 12:57:39 +01:00
parent 6eb96ff1dd
commit ca2d4d3e9d

View file

@ -9,6 +9,14 @@
"filetypes": ["sh"],
"ignoredRootPaths": ["~"]
},
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "objc", "objcpp"],
"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"],
"initializationOptions": {
"cacheDirectory": "/tmp/ccls"
}
},
"dockerfile": {
"command": "docker-langserver",
"filetypes": ["dockerfile"],