My default vim settings
- Install Vim Plug first
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Copy
.vimrc
file to your home directory - Create undo folder
mkdir ~/.vim/undodir
- Clone the repository
git clone https://github.com/ervinpm/vim-settings.git
- Copy neovim folder to
.config/nvim
cp -r vim-settings/nvim ~/.config
- Create the undo folder
mkdir ~/.config/nvim/undodir
- Install
xclip
to enable copy and pasting from system
sudo pacman -Syu xclip