heavim/plugins/rust.vim.load.vim

7 lines
173 B
VimL
Raw Normal View History

2023-06-24 11:37:13 +02:00
call dein#add('rust-lang/rust.vim', #{
\ lazy: 1,
\ merge_ftdetect: v:true,
2023-06-24 11:37:13 +02:00
\ on_ft: ['rust'],
\ on_cmd: ['Cargo', 'RustFmt', 'RustRun', 'RustExpand', 'RustTest']
\ })