Skip to content

adrianolisboa/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

My custom vim dotfiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published