Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install this for neovim and additional questions #936

Open
Joe23232 opened this issue Jun 19, 2020 · 2 comments
Open

How to install this for neovim and additional questions #936

Joe23232 opened this issue Jun 19, 2020 · 2 comments

Comments

@Joe23232
Copy link

Joe23232 commented Jun 19, 2020

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?

@Joe23232 Joe23232 changed the title How to install this for neovim aka nvim How to install this for neovim and additional questions Jun 19, 2020
@0x326
Copy link

0x326 commented Jul 1, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants