codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Vim #213

Open jondkinney opened 9 years ago

jondkinney commented 9 years ago

There is a vim installed, but it's old, and if you install something via pip, which in turn installs a new python, then the existing vim install won't work because it's built with +python2 and python2 is now different.

It'd be good to be able to get a later vim and specify config flags to it as well.

fmay commented 9 years ago

@MaximKraev - seeing as @jondkinney helped us out, is this a quick win?

jondkinney commented 9 years ago

Haha, thanks @fmay. Not a big deal if I end up having to do a box part myself :) I was just giving you a hard time in the other thread. I haven't had time to dig into them yet though, so I threw this up to see if you guys could plunk one out quick.

My goal for the vim box part would be to be able to have the parts install vim command take some configure flags... is that possible?