Vundle.vim: How to install this for neovim and additional questions

Created on 19 Jun 2020  路  1Comment  路  Source: VundleVim/Vundle.vim

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?

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bmyell picture bmyell  路  5Comments

neil-s picture neil-s  路  5Comments

tmplt picture tmplt  路  3Comments

thetutlage picture thetutlage  路  7Comments

kshenoy picture kshenoy  路  4Comments