nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.06k stars 99 forks source link

explain how to install with vim 8's pack feature #74

Closed fthiery closed 5 years ago

fthiery commented 5 years ago

Hi there

Since vim now supports packs, pathogen is not necessary anymore for installation. This PR just adds instructions for deploying the plugin without pathogen.

nvie commented 5 years ago

Thank you!