Adding completion stuff
This commit is contained in:
parent
e2a84cd9d6
commit
7f2a968ae1
11
.ycm_extra_conf.py
Normal file
11
.ycm_extra_conf.py
Normal file
@ -0,0 +1,11 @@
|
||||
def FlagsForFile(filename, **kwargs):
|
||||
flags = [
|
||||
'-Wall', '-Wextra', '-Werror',
|
||||
'-std=c11',
|
||||
'-x', 'c',
|
||||
]
|
||||
|
||||
return {
|
||||
'flags': flags,
|
||||
'do_cache': True
|
||||
}
|
Loading…
Reference in New Issue
Block a user