Skip to content

Commit

Permalink
Update syntastic setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rgardner committed Mar 21, 2016
1 parent 02a02e8 commit b8668cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions link/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ let $RUST_SRC_PATH = "/usr/local/src/rust/src/"
let g:rustfmt_autosave = 1

"Syntastic
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
let g:syntastic_python_checkers = ['python', 'flake8', 'mypy']
let g:syntastic_ruby_checkers = ['mri', 'rubocop']
Expand Down

0 comments on commit b8668cf

Please sign in to comment.