vim-config/after/ftplugin/c.vim

9 lines
189 B
VimL
Raw Normal View History

2018-05-26 17:18:09 +00:00
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'