plugins - Load ftdetect for rust and powershell

This commit is contained in:
Emmanuel BENOîT 2023-06-24 15:19:25 +02:00
parent fa892bf97f
commit a9b19694d1
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -1,4 +1,5 @@
call dein#add('PProvost/vim-ps1', #{
\ lazy: 1,
\ merge_ftdetect: v:true,
\ on_ft: ['ps1', 'ps1xml'],
\ })