mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
Add .ycm_extra_conf.py
This is useful if using YouCompleteMe to edit cquery.
This commit is contained in:
parent
ab6c5f0515
commit
2b888b2a97
14
.ycm_extra_conf.py
Normal file
14
.ycm_extra_conf.py
Normal file
@ -0,0 +1,14 @@
|
||||
def FlagsForFile( filename, **kwargs ):
|
||||
return {
|
||||
'flags': [
|
||||
'-xc++',
|
||||
'-std=c++11',
|
||||
'-DLOGURU_WITH_STREAMS=1',
|
||||
'-Ithird_party/',
|
||||
'-Ithird_party/doctest',
|
||||
'-Ithird_party/rapidjson/include',
|
||||
'-Ithird_party/sparsepp',
|
||||
'-Ithird_party/loguru',
|
||||
'-Ibuild/clang+llvm-4.0.0-x86_64-linux-gnu-ubuntu-14.04/include'
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user