Skip to content

Vim configuration files for developing Python projects

Notifications You must be signed in to change notification settings

NexusRJ/vim-python-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-python-ide

Personal Vim configuration files for developing Python projects on OS X and Linux

How to install

Clone the repo to your local disk first:

git clone https://github.com/messense/vim-python-ide.git ~/.vim-python-ide
cd ~/.vim-python-ide
git submodule update --init --recursive

Go to .vim/bundle/YouCompleteMe and install it by following its official README

Softlink .vim and .vimrc to your HOME directory:

ln -s ~/.vim-python-ide/.vim ~/.vim
ln -s ~/.vim-python-ide/.vimrc ~/.vimrc

You may need to install some Python package to make all this work:

[sudo] pip install -U flake8 pyflakes

Bonus - screenrc

There is also a screen configuration file .screenrc in this project. Using it by:

ln -s ~/.vim-python-ide/.screenrc ~/.screenrc

Key mappings:

  • shortcut prefix: C-\
  • F2 new screen
  • F3 previous screen
  • F4 next screen
  • F6 detach screen
  • F8 rename screen

About

Vim configuration files for developing Python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%