Skip to content

Commit

Permalink
Even better vim PYthon support
Browse files Browse the repository at this point in the history
  • Loading branch information
duganchen committed Nov 25, 2016
1 parent 2d5aae2 commit 5e5947e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Plug 'jeetsukumaran/vim-filebeagle'
Plug 'joshdick/onedark.vim'
Plug 'ludovicchabant/vim-gutentags'
Plug 'majutsushi/tagbar'
Plug 'python-rope/ropevim'
Plug 'sheerun/vim-polyglot'
Plug 'shirataki/lightline-onedark'
Plug 'tmhedberg/SimpylFold'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-repeat'
Expand All @@ -24,6 +26,9 @@ Plug 'tpope/vim-unimpaired'
Plug 'ryanoasis/vim-devicons'
call plug#end()

" I also tend to use the Flake8 compiler plugin from here:
" https://github.com/drgarcia1986/python-compilers.vim

set autoindent
set autoread

Expand Down

0 comments on commit 5e5947e

Please sign in to comment.