From 9f4bf67fa7bc6ef9bedc3659c650767d97d8e7c1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 17 Jun 2016 10:50:34 +0800 Subject: Add _vimrc.local: local config for the "spf13-vim" bundle --- _vimrc.local | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _vimrc.local diff --git a/_vimrc.local b/_vimrc.local new file mode 100644 index 0000000..6da2d20 --- /dev/null +++ b/_vimrc.local @@ -0,0 +1,19 @@ +" +" ~/.vimrc.local +" Local customizations for `spf13-vim-3` +" https://github.com/spf13/spf13-vim +" +" Aaron LI +" Created: 2016-05-20 +" + +colorscheme molokai + +if has('gui_running') + set guifont=Source\ Code\ Pro\ Regular\ 11 +endif + +set wrap +" wrap long lines at a character in 'breakat' +set linebreak + -- cgit v1.2.2