Skip to content

Commit

Permalink
Replace exrc with lvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Nov 16, 2017
1 parent 89859f0 commit a58f8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .exrc → .lvimrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let g:neomake_c_enabled_makers = ['clangcheck']
let g:neomake_c_clangcheck_maker = {
\ 'exe': 'clang-check',
\ 'args': ['-p', 'build', '-extra-arg=-I.', '-extra-arg=-Xclang', '-extra-arg=-fno-color-diagnostics', '%:p'],
\ 'args': ['-p', 'build', '-extra-arg=-Xclang', '-extra-arg=-fno-color-diagnostics', '%:p'],
\ 'errorformat':
\ '%-G../%f:%s:,' .
\ '../%f:%l:%c: %trror: %m,' .
Expand Down

0 comments on commit a58f8a8

Please sign in to comment.