VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.93k stars 2.57k forks source link

How to install this for neovim and additional questions #936

Open Joe23232 opened 4 years ago

Joe23232 commented 4 years ago

How would I install vundle for Neovim aka nvim? Do I create the bundle directory in ~/.config/nvim/bundle and then run git 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

set nocompatible              " be iMproved, required
filetype off                  " required
filetype plugin indent on

What do these mean and how does it work with vundle?

0x326 commented 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

ChrisLane commented 3 years ago

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