Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrismcfee/8b5427e8c022c0571ca8e0836f65b118 to your computer and use it in GitHub Desktop.
Save chrismcfee/8b5427e8c022c0571ca8e0836f65b118 to your computer and use it in GitHub Desktop.
vundle work with neovim

after install neovim nvim config file folder ~/.config/nvim

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.config/nvim/bundle/Vundle.vim

set nocompatible              " be iMproved, required
filetype off                  " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin("~/.config/nvim/bundle")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment