YouCompleteMe/python/ycm/tests/testdata/.ycm_extra_conf.py

8 lines
158 B
Python
Raw Normal View History

def FlagsForFile( filename, **kwargs ):
temp_dir = kwargs[ 'client_data' ][ 'tempname()' ]
return {
'flags': [ temp_dir ],
'do_cache': False
}