.ycm_extra_conf.py 158 B

1234567
  1. def FlagsForFile( filename, **kwargs ):
  2. temp_dir = kwargs[ 'client_data' ][ 'tempname()' ]
  3. return {
  4. 'flags': [ temp_dir ],
  5. 'do_cache': False
  6. }