An open API service indexing awesome lists of open source software.

https://github.com/kpanic/dotvim-python-ide

A small collection of vim files to help python development
https://github.com/kpanic/dotvim-python-ide

Last synced: 4 months ago
JSON representation

A small collection of vim files to help python development

Awesome Lists containing this project

README

          

"Dirty" setup of my python ide:

Important features:

* Pyflakes
* Pylint (F7)
* pysmell
* pep8 (F7)
* NERDTree
* Taglist
* ctrlp (VimScript native fast live file search on your project files)
* vim-powerline, nice status line
* vim-jedi

If you want to use my setup:

# WARNING: backup your $HOME/.vimrc and $HOME/.vim before trying my setup

## Dependencies

* pylint
* pep8
* flex8
* pyflakes
* pysmell
* ctags
* git
* vim +python
* jedi

## Installation

git clone https://github.com/kpanic/dotvim-python-ide.git $HOME/.vim

ln -s $HOME/.vim/vimrc $HOME/.vimrc

to install pysmell just:

sudo easy_install pysmell

or:

pip install pysmell

then run:

pysmell /on/yourproject