Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 761 Bytes

File metadata and controls

27 lines (15 loc) · 761 Bytes

Say Thanks!

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 (except for cloning the repo phase).

Manual Setup

Clone the repository on your home folder and create a symbolic link to the rc file.

% git clone git@github.com:adrianolisboa/vim.git
% ln -s ${HOME}/.vim/vimrc ${HOME}/.vimrc
% vim +PlugInstall

Plugins

Each time you want to add new plugins and install add them to plugins.vim file and run:

:PlugInstall