aboutsummaryrefslogtreecommitdiffstats
path: root/_vimrc.local
blob: 24ee6465e910d33b0a6c75871e68b93b69045be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"
" ~/.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

" do not use system clipboard
set clipboard=