Skip to content

baitcode/vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My VIM config I use for Python development

To install just enter next commands:

cd ~
git clone git://github.com/satyrius/vim.git .vim
ln -s .vim/vimrc .vimrc
cd .vim
git submodule init
git submodule update

I use very few plugins and manage them using Pathogen. I prefer git submodules to be up-to-date with my plugins. My favourite plugins are:

  • Ropevim, a very powerful refactoring (but not only) tool;
  • Buffer Explorer, you will love it if you prefer work with buffers instead of tabs;
  • Ctrl-P, fuzzy finder written in pure Vimscript;
  • Pyflakes, allow to run pyflakes on python files;

Your vim should bu built with +ryby and +python options. And following python modules should by installed to satisfy ropevim and pyflakes requirements. You should install them for python you have used to built into vim.

pip install ropemode
pip install ropevim
pip install pyflakes

VIM or DIE!

About

My vim settings incluging .vimrc and .vim with bundled plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published