Initial commit

This commit is contained in:
2018-05-26 19:18:09 +02:00
commit 27ff84ab87
14 changed files with 4261 additions and 0 deletions

8
after/ftplugin/c.vim Normal file
View File

@@ -0,0 +1,8 @@
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'