forked from Telodendria/Telodendria
[DEL] Remove YCM jank
This commit is contained in:
parent
2b6805672b
commit
5e15d73c44
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
import os
|
||||
import ycm_core
|
||||
|
||||
def Settings( **kwargs ):
|
||||
return {
|
||||
'flags': [
|
||||
"-xc",
|
||||
"-I", "src/include",
|
||||
"-I", "Cytoplasm/include",
|
||||
"-I", "build",
|
||||
|
||||
"-std=c99"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue