exogenesis icon indicating copy to clipboard operation
exogenesis copied to clipboard

support for neovim

Open bitboxer opened this issue 9 years ago • 6 comments

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?

bitboxer avatar Apr 08 '15 18:04 bitboxer

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?

moonglum avatar Apr 09 '15 08:04 moonglum

Yep.

bitboxer avatar Apr 09 '15 08:04 bitboxer

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?

moonglum avatar Apr 09 '15 11:04 moonglum

It depends on your configuration of neovim :wink: .

bitboxer avatar Apr 09 '15 11:04 bitboxer

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?

moonglum avatar Apr 09 '15 12:04 moonglum

Yes, that sounds good!

bitboxer avatar Apr 10 '15 06:04 bitboxer