9 lines
189 B
VimL
9 lines
189 B
VimL
let g:ale_linters = {'c':['clang']}
|
|
"let g:ale_fixers = {
|
|
" \ 'c': ['clang-format'],
|
|
" \}
|
|
let g:ale_c_clangformat_options = '-style=file'
|
|
|
|
let g:ycm_goto_buffer_command = 'same-buffer'
|
|
|