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
- Host: GitHub
- URL: https://github.com/kpanic/dotvim-python-ide
- Owner: kpanic
- Created: 2011-07-16T15:55:15.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T08:13:49.000Z (about 12 years ago)
- Last Synced: 2025-05-13T14:46:48.090Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 990 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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