ソースを参照

~/.vimrc: get prettier!

Lucas Stadler 11 年 前
コミット
18e2e5f588
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      .vimrc

+ 5 - 0
.vimrc

@ -32,6 +32,8 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
32 32
		set showmode
33 33
	endfunction
34 34
	let g:goyo_callbacks = [function('s:goyo_before'), function('s:goyo_after')]
35
36
	Bundle 'flazz/vim-colorschemes'
35 37
endif
36 38
37 39
if isdirectory($HOME . '/t/rust/src/etc/vim')
@ -42,6 +44,9 @@ endif
42 44
syntax on
43 45
filetype plugin indent on
44 46
47
set t_Co=256
48
colorscheme hybrid
49
45 50
" Indent without helping me.
46 51
set autoindent
47 52