general options and plugins for neovim
This commit is contained in:
parent
7048f924ec
commit
6b6b979583
5 changed files with 2233 additions and 13 deletions
|
@ -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
1
vim/ycm_extra_conf.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
../config/nvim/ycm_extra_conf.py
|
Loading…
Add table
Add a link
Reference in a new issue