Explorar el Código

~/.vimrc: Load rust syntax support.

Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
3976317bef
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

88
88
89
"""
89
"""
90
call pathogen#infect('~/t/vim/')
90
call pathogen#infect('~/t/vim/')
91
call pathogen#infect('~/t/rust/src/etc/')
91
let g:ctrlp_custom_ignore = {
92
let g:ctrlp_custom_ignore = {
92
	\ 'dir': '\.git$'
93
	\ 'dir': '\.git$'
93
\ }
94
\ }