X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/34ec4ebefa10b27275f241bd378f4e4dbc6177b3..9d0fa7479f12eed7061303ffce8d0601741e1daa:/vim/ycm_extra_conf.py diff --git a/vim/ycm_extra_conf.py b/vim/ycm_extra_conf.py index 5d6e9f7..77f13b3 100644 --- a/vim/ycm_extra_conf.py +++ b/vim/ycm_extra_conf.py @@ -9,12 +9,13 @@ import logging import ycm_core import difflib +# flags used when no compilation_db is found BASE_FLAGS = [ - '-Wall', '-std=c++1z', '-x', 'c++', ] +# flags are always added EXTRA_FLAGS = [ '-Wall', '-Wextra',