Skip to content

Commit

Permalink
added support for multiple indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostrocket committed Feb 27, 2012
1 parent 921ebe3 commit c395bb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ let g:ConqueTerm_InsertOnEnter = 0
let $JS_CMD='node'
set nowrap
let NERDTreeIgnore = ['\.pyc$']
autocmd BufWritePost *.py call Flake8()
vmap > >gv
vmap < <gv
"activate pathogen
call pathogen#runtime_append_all_bundles()
Expand Down

0 comments on commit c395bb0

Please sign in to comment.