vimrc: add loc_list to syntastic; git: add coa
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
cam = commit -am
|
cam = commit -am
|
||||||
cl = clone
|
cl = clone
|
||||||
co = checkout
|
co = checkout
|
||||||
|
coa = commit --amend
|
||||||
cr = codereview
|
cr = codereview
|
||||||
df = diff
|
df = diff
|
||||||
dfs = diff --stat
|
dfs = diff --stat
|
||||||
|
1
vimrc
1
vimrc
@@ -356,3 +356,4 @@ command Cr !carp -x %
|
|||||||
let g:syntastic_python_checkers = ['python']
|
let g:syntastic_python_checkers = ['python']
|
||||||
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
|
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
|
||||||
let g:syntastic_haskell_hlint_args = "-i 'Eta reduce'"
|
let g:syntastic_haskell_hlint_args = "-i 'Eta reduce'"
|
||||||
|
let g:syntastic_always_populate_loc_list = 1
|
||||||
|
Reference in New Issue
Block a user