moonglum / exogenesis

Build your dotfile installer, updater and teardown
MIT License
19 stars 8 forks source link

support for neovim #65

Open bitboxer opened 9 years ago

bitboxer commented 9 years ago

I am using vundle in my neovim and need to make the vundle thing to start neovim, not vim to update everything. What would you think is the best approach here?

moonglum commented 9 years ago

Sorry, I don't get this entirely. In Neovim, you are still using vundle, right? So the only difference would be that you invoke neovim +BundleInstall\! +qall instead of vim +BundleInstall\! +qall?

bitboxer commented 9 years ago

Yep.

moonglum commented 9 years ago

Where do we need to install the Vundle package? Because currently it installs to .vim/bundles. Does it need to go to .nvim/bundles instead?

bitboxer commented 9 years ago

It depends on your configuration of neovim :wink: .

moonglum commented 9 years ago

Oh, ok. So I would tend to say that this should be part of the package.yml then. Something where I can say:

vim: nvim
vim_home: ~/.vim

What do you think? Can we make that a part of the vundle configuration?

bitboxer commented 9 years ago

Yes, that sounds good!