Skip to content

vim setup for working in python + Ubuntu + Virtualenv

Notifications You must be signed in to change notification settings

orsonadams/myvimsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Install and configure vim

Use this YouCompleteMe's guide to install Vim

You're going to run ./configure a few times. Each time remember to run make distclean to clean up caches.

Vimrc is the config I use. Based off of Real Pythons' setup. It:

  • Setup a pep8 style syntax handling
  • Deal with vim in a virtualenv
  • Pretty Informative status Bar
  • Does code completion useig YouCompleteMe's plugin
  • Does code formatting with Black
  • Global Search with ctrlp
  • Directory Tree with NERDTree
  • etc ..

Try it out.

About

vim setup for working in python + Ubuntu + Virtualenv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published