Browse Source

~/.vimrc: Load rust syntax support.

Lucas Stadler 13 years ago
parent
commit
3976317bef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@ -88,6 +88,7 @@ set scrolloff=1
88 88
89 89
"""
90 90
call pathogen#infect('~/t/vim/')
91
call pathogen#infect('~/t/rust/src/etc/')
91 92
let g:ctrlp_custom_ignore = {
92 93
	\ 'dir': '\.git$'
93 94
\ }