Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 938 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 938 Bytes

vimrc

My personal vimrc for anyone wanting to try it.

Usage

Fork it for your own changes and clone it into something like $HOME/example/vimrc. Then in your .vimrc just add:

source $HOME/example/vimrc/init.vim

Since I use Vundle, the next time you open Vim (or run :source % on the .vimrc) you'll need to run :PluginInstall to have the plugins set up.

This vimrc configures the guifont as Fantasque Sans Mono.

Current plugins