Initial commit
This commit is contained in:
8
after/ftplugin/c.vim
Normal file
8
after/ftplugin/c.vim
Normal 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'
|
||||
|
||||
Reference in New Issue
Block a user