Anton Shestakov <engored@ya.ru>, Thu, 03 Apr 2014 01:09:45 +0900
Update git prompt.
.vimrc
Permissions: -rw-r--r--
execute pathogen#infect
()set wildmode=list:longest
set ssop-=options " do not store global and local values in a session set ssop-=folds
" do not store folds set nowrap " don't automatically wrap on load set tw=79 " width of document (used by gd) set fo-=t " don't automatically wrap text when typing set number " show line numbers noremap <expr
> <silent> <Home
> col('.') == match(getline
('.'),'\S')+1 ?
'0' :
'^' imap
<silent> <Home
> <C
-O
><Home
>filetype plugin indent
on set ttimeoutlen=0 " eliminate delay after <ESC> let g:ctrlp_max_height
=30 let g:syntastic_check_on_open
=1 let g:syntastic_auto_loc_list
=1 let g:syntastic_enable_signs
=1 let g:syntastic_enable_highlighting
=1 let g:syntastic_python_checkers
=[]
let g:syntastic_javascript_checkers
=[
"jsl"]
let g:pymode_lint_checker
="pyflakes" highlight ColorColumn ctermbg
=233