From ba00b66415e219a3a4ef0b469d9bc01eb83fc3b5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 11 Jun 2017 10:50:50 +0200 Subject: Fancier lightline --- ycm_extra_conf.py | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'ycm_extra_conf.py') diff --git a/ycm_extra_conf.py b/ycm_extra_conf.py index 3c2b399..7a1828f 100644 --- a/ycm_extra_conf.py +++ b/ycm_extra_conf.py @@ -1,4 +1,3 @@ -<<<<<<< Updated upstream def FlagsForFile(filename, **kwargs): return { 'flags': [ @@ -20,29 +19,3 @@ def FlagsForFile(filename, **kwargs): } # vim:set et sw=4 ts=4 tw=120: -======= -import os -import ycm_core - -def FlagsForFile( filename, **kwargs ): - return { - 'flags': [ - '-Wall', - '-Wextra', - '-Werror', - '-Wno-long-long', - '-Wno-variadic-macros', - '-fexceptions', - '-ferror-limit=10000', - '-DNDEBUG', - '-std=c99', - '-x', 'c', - '-D_GNU_SOURCE', - '-I.', - '-I', '/usr/include/' - ], - 'do_cache': True, - } - -# vim:set et sw=2 ts=2 tw=120: ->>>>>>> Stashed changes -- cgit v1.2.3