From d0d075691a10a7075249b485ef9a57895230c264 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 4 Jun 2019 11:49:12 +0200 Subject: [PATCH] vimrc: add loc_list to syntastic; git: add coa --- gitconfig | 1 + vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index adaba9a..3baf563 100644 --- a/gitconfig +++ b/gitconfig @@ -4,6 +4,7 @@ cam = commit -am cl = clone co = checkout + coa = commit --amend cr = codereview df = diff dfs = diff --stat diff --git a/vimrc b/vimrc index 354fc24..3d36761 100644 --- a/vimrc +++ b/vimrc @@ -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