NeoVIM/Vim configuration with vundle
- git clone https://github.com/fzlee/Vimrc.git ~/.vim
- git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- ln -s
~/.vim/vimrc ~/.vimrc - vim ~/.vimrc, run
PlugInstall - to update plugin installed, use
PlugUpdate - to remove installed plugin , delete correspond bundle config, run
PlugClean
ln ~/.vim/ ~/.config/nvimto create neovim configuration folderln ~/.vim/vimrc ~/.vim/init.vimto create a neovim configuration file.