Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 374 Bytes

.vim folder

Info

This is my .vim/ folder that contains all the plugins and configurations that I need on vim.

Install

To install these settings just do a git clone in your home directory: git clone git://github.com/rogeriopvl/.vim.git

Then create two symbolic links for vimrc and for gvimrc: ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc