Files
dotfiles-old2/.config/nvim/coc-settings.json
2019-09-29 08:13:03 +03:00

17 lines
421 B
JSON

{
"python.jediEnabled": false,
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "objc", "objcpp"],
"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"],
"initializationOptions": {
"cache": {
"directory": "/tmp/ccls"
}
}
}
}
}