Browse Source

~/.vimrc: include rust vim files

Lucas Stadler 11 years ago
parent
commit
eb3d39acd8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

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
endif
35
endif
36
36
37
if isdirectory($HOME . '/t/rust/src/etc/vim')
38
	set runtimepath+=~/t/rust/src/etc/vim
39
endif
40
37
" Have syntax highlighting and non-vi features
41
" Have syntax highlighting and non-vi features
38
syntax on
42
syntax on
39
filetype plugin indent on
43
filetype plugin indent on