Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RANUX/048d4f3ed716ca5887737c1f50af4076 to your computer and use it in GitHub Desktop.
Save RANUX/048d4f3ed716ca5887737c1f50af4076 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
ln -s ~/.vimrc ~/.config/nvim/init.vim
vim ~/.vimrc
set nocompatible              " be iMproved, required
filetype off                  " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.config/nvim/bundle/Vundle.vim
call vundle#begin("~/.config/nvim/bundle")

https://neovim.io/doc/user/provider.html#provider-python

@RANUX
Copy link
Author

RANUX commented Jun 13, 2017

Neovim stopped working with Vundle plugin
neovim/neovim#5109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment