vimrc: add loc_list to syntastic; git: add coa

This commit is contained in:
2019-06-04 11:49:12 +02:00
parent ad66edac68
commit d0d075691a
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
cam = commit -am
cl = clone
co = checkout
coa = commit --amend
cr = codereview
df = diff
dfs = diff --stat

1
vimrc
View File

@@ -356,3 +356,4 @@ command Cr !carp -x %
let g:syntastic_python_checkers = ['python']
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
let g:syntastic_haskell_hlint_args = "-i 'Eta reduce'"
let g:syntastic_always_populate_loc_list = 1