Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
Set python3 to be the default for syntax checking
  • Loading branch information
jsb2092 committed Oct 21, 2013
1 parent cd486e4 commit 89026b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ set backspace=indent,eol,start
set t_Co=256
let g:CSApprox_attr_map = { 'bold' : 'bold', 'italic' : '', 'sp' : '' }

" python3, by default for syntax checking
let g:syntastic_python_python_exe = 'python3'

colorscheme distinguished
if has("gui")
au GUIEnter * colorscheme obsidian
Expand Down

0 comments on commit 89026b2

Please sign in to comment.