[ADD][VIM] Use flags from compile_command with ALE

This commit is contained in:
Bruno BELANYI 2019-10-12 11:11:05 +02:00
parent 809a348490
commit 90be3d4dba
2 changed files with 4 additions and 0 deletions

2
vim/.vim/ftplugin/c.vim Normal file
View file

@ -0,0 +1,2 @@
" Use compile_commands.json to look for additional flags
let b:ale_c_parse_compile_commands=1

View file

@ -0,0 +1,2 @@
" Use compile_commands.json to look for additional flags
let b:ale_c_parse_compile_commands=1