Browse Source

~/.vimrc: get prettier!

Lucas Stadler 11 years ago
parent
commit
18e2e5f588
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .vimrc

+ 5 - 0
.vimrc

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