fix(plugins): don't autoload the rust plugin using commands
This commit is contained in:
parent
67daee9e57
commit
03925101b7
1 changed files with 0 additions and 1 deletions
|
@ -2,5 +2,4 @@ call dein#add('rust-lang/rust.vim', #{
|
|||
\ lazy: 1,
|
||||
\ merge_ftdetect: v:true,
|
||||
\ on_ft: ['rust'],
|
||||
\ on_cmd: ['Cargo', 'RustFmt', 'RustRun', 'RustExpand', 'RustTest']
|
||||
\ })
|
||||
|
|
Loading…
Reference in a new issue