• Turning Vim into a modern Python IDE


    TL;DR:

    $ git clone https://github.com/sontek/dotfiles.git
    $ cd dotfiles
    $ ./install.sh vim
    

    Intro

    Back in 2008, I wrote the article Python with a modular IDE (Vim). Years later, I have people e-mailing me and commenting daily asking for more information, even though most of the information in i...