A collection of configured vim plugins to make vim a great IDE for python development.
Clone the project into your local machine:
$ git clone git://github.com/benzheren/vim-python.git
Create symlinks for .vim
folder and .vimrc
file
$ ln -s /path/to/vim-python/vim ~/.vim
$ ln -s /path/to/vim-python/vimrc ~/.vimrc
-
Indention
- python
- html
- mako
-
Syntax highlighting
- python
- html
- mako
-
Code navigation
- vim-taglist: you need to install exuberant-ctags first to make this work.
-
Code completion
-
Code snippets
- The included vimrc file is a sample setting file, you can customize it yourself.