Anton Shestakov <engored@ya.ru>, Sun, 25 Jan 2015 18:40:52 +0800
.vimrc: reorder groups of options, use longer names for clarity
.vimrc
Permissions: -rw-r--r--
execute pathogen#infect
()set wildmode=list:longest
set sessionoptions-=options " do not store global and local values in a session set sessionoptions-=folds
" do not store folds set nowrap " don't automatically wrap on load set textwidth=79 " width of document (used by gd) set formatoptions-=t " don't automatically wrap text when typing set number " show line numbers set laststatus=2 " always show status line set ttimeoutlen=0 " eliminate delay after <ESC> highlight ColorColumn ctermbg
=233 noremap <expr
> <silent> <Home
> col('.') == match(getline
('.'),'\S')+1 ?
'0' :
'^' imap
<silent> <Home
> <C
-O
><Home
>filetype plugin indent
on let g:ctrlp_max_height
=30 let g:ctrlp_custom_ignore
='\v[\/]venv$' 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" let g:pymode_lint_ignore
="W0401" highlight ColorColumn ctermbg
=233