5 lines
104 B
VimL
5 lines
104 B
VimL
call dein#add('rust-lang/rust.vim', #{
|
|
\ lazy: 1,
|
|
\ merge_ftdetect: v:true,
|
|
\ on_ft: ['rust'],
|
|
\ })
|