You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Joe23232
changed the title
How to install this for neovim aka nvim
How to install this for neovim and additional questions
Jun 19, 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
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
?The text was updated successfully, but these errors were encountered: