exogenesis
exogenesis copied to clipboard
support for neovim
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?
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?
Yep.
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?
It depends on your configuration of neovim :wink: .
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?
Yes, that sounds good!