Skip to content

Commit

Permalink
Remove hynek/vim-python-pep8-indent in order of klen/python-mode buil…
Browse files Browse the repository at this point in the history
…tin version
  • Loading branch information
rmk135 committed May 9, 2016
1 parent 742b90e commit ca00fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ call vundle#begin()
Plugin 'davidhalter/jedi-vim' " Jedi-vim autocomplete plugin
Plugin 'mitsuhiko/vim-jinja' " Jinja support for vim
Plugin 'mitsuhiko/vim-python-combined' " Combined Python 2/3 for Vim
Plugin 'hynek/vim-python-pep8-indent' " PEP8 indent

call vundle#end() " required
filetype on
Expand Down Expand Up @@ -195,6 +194,9 @@ augroup END
" code folding
let g:pymode_folding=0

" pep8 indents
let g:pymode_indent=1

" code running
let g:pymode_run=0

Expand Down

0 comments on commit ca00fe8

Please sign in to comment.