plugins - Load ftdetect for rust and powershell
This commit is contained in:
parent
fa892bf97f
commit
a9b19694d1
2 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
\ })
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
call dein#add('PProvost/vim-ps1', #{
|
||||
\ lazy: 1,
|
||||
\ merge_ftdetect: v:true,
|
||||
\ on_ft: ['ps1', 'ps1xml'],
|
||||
\ })
|
||||
|
|
Loading…
Reference in a new issue