general options and plugins for neovim

This commit is contained in:
Felix Van der Jeugt 2015-12-29 20:00:48 +01:00
parent 7048f924ec
commit 6b6b979583
5 changed files with 2233 additions and 13 deletions

View file

@ -1,13 +0,0 @@
def FlagsForFile(filename, **kwargs):
c = filename.endswith('.c')
flags = [
'-Wall',
'-Wextra',
'-Werror',
'-DNDEBUG',
'-std=c99' if c else '-std=c++11',
'-x', 'c' if c else 'c++',
'-isystem', '/usr/include',
]
return dict(flags=flags, do_cache=True)

1
vim/ycm_extra_conf.py Symbolic link
View file

@ -0,0 +1 @@
../config/nvim/ycm_extra_conf.py