Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 335 Bytes

My Vimfiles

Use at your own risk ;).

Installing

// Grab the files
git clone https://github.com/carlosantoniodasilva/vimfiles.git ~/.vim

// Download plugins with git submodules
cd ~/.vim
git submodule update --init

// Link config files
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc