kristijanhusak / vim-packager

Vim plugin manager that utilizes "jobs" and "pack" features.
MIT License
245 stars 9 forks source link

bottom bar #2

Closed aeosynth closed 5 years ago

aeosynth commented 5 years ago

i use an 80 col terminal, so the side bar is hard to use; could we have an option for a bottom bar?

kristijanhusak commented 5 years ago

Sure. I just added it. Add window_cmd to init like this:

call packager#init({ 'window_cmd': 'botright new' })

It can be anything that opens up a window.