Vim Configurations
This repository contains all my current vim configurations.
Automatic Setup
Clone the repository anywhere and run:
% sh setup.sh
This will run all steps described bellow.
Manual Setup
Clone the repository on your home folder and create a symbolic link to the rc file.
% git clone https://github.com/adrianolisboa/vim.git ${HOME}/.vim
% ln -s ${HOME}/.vim/vimrc ${HOME}/.vimrc
Now run the following commands to clone minpac package manager and install the plugins
% cd ~/.vim/pack/minpac/opt
% git clone https://github.com/k-takata/minpac.git
% vim +PackUpdate
Plugins
Each time you want to add new plugins and install add them to packages.vim file and run:
:PackUpdate