[DEL] Remove YCM jank

This commit is contained in:
LDA 2024-08-14 03:06:10 +02:00
parent 2b6805672b
commit 5e15d73c44

View file

@ -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"
]
}