remove local .vimrc
This commit is contained in:
parent
8309174f1a
commit
774a20b8c8
9
.vimrc
9
.vimrc
@ -1,9 +0,0 @@
|
||||
let g:ale_c_clang_options= ' -Icore/ -Idrivers/'
|
||||
let g:ale_c_clangd_options= ' -Icore/ -Idrivers/'
|
||||
let g:ale_c_gcc_options= ' -Icore/ -Idrivers/'
|
||||
let g:ale_c_parse_makefile=1
|
||||
let g:ale_c_cppcheck_options=' -Icore/ -Idrivers/'
|
||||
let g:c_clangformat_options='-style=file'
|
||||
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
|
||||
let b:ale_linters = {'c': ['gcc', 'clang', 'cppcheck']}
|
||||
let b:ale_fixers = { 'c': ['clang-format']}
|
Loading…
Reference in New Issue
Block a user