瀏覽代碼

~/.vimrc: include rust vim files

Lucas Stadler 11 年之前
父節點
當前提交
eb3d39acd8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@ -34,6 +34,10 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
34 34
	let g:goyo_callbacks = [function('s:goyo_before'), function('s:goyo_after')]
35 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 41
" Have syntax highlighting and non-vi features
38 42
syntax on
39 43
filetype plugin indent on