Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 327 Bytes

Setup

I personally use this inside of matthauck/home-files, but it can be used standalone as well:

Clone into ~/.vim

Make a ~/.vimrc that looks like:

let g:dotvim_settings = {}
source ~/.vim/vimrc

Much credit to bling/dotvim!