fix(plugins): don't autoload the rust plugin using commands

This commit is contained in:
Emmanuel BENOîT 2023-11-13 07:24:50 +01:00
parent 67daee9e57
commit 03925101b7
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -2,5 +2,4 @@ call dein#add('rust-lang/rust.vim', #{
\ lazy: 1, \ lazy: 1,
\ merge_ftdetect: v:true, \ merge_ftdetect: v:true,
\ on_ft: ['rust'], \ on_ft: ['rust'],
\ on_cmd: ['Cargo', 'RustFmt', 'RustRun', 'RustExpand', 'RustTest']
\ }) \ })