luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

Install neovim python plugins in home dir #110

Closed benmoss closed 6 years ago

benmoss commented 6 years ago

This is recommended by these docs: https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim

Trying to install without this flag was giving me a permission failure over /usr/local/lib/python2.7/site-packages/six-1.10.0.dist-info/DESCRIPTION.rst

luan commented 6 years ago

Huh, I wonder if we can remove sudo from everywhere when using this flag, have you tried this on Mac or Linux?

benmoss commented 6 years ago

i only tried this on osx