Open Joe23232 opened 4 years ago
Run git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
as normal but, instead of editing .vimrc
, edit ~/.config/nvim/init.vim
instead
This issue can probably be closed but before it is, I thought I'd add that you might want to store plugins in a more appropriate XDG directory.
e.g. git clone https://github.com/VundleVim/Vundle.vim.git "${XDG_DATA_HOME}"/nvim/bundle/Vundle.vim
How would I install
vundle
for Neovim akanvim
? Do I create thebundle
directory in~/.config/nvim/bundle
and then rungit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
?I am supposed to add these lines in my Neovim configuration inside
~/.config/nvim/init.vim
What do these mean and how does it work with
vundle
?