heavim/plugins/vim-ps1.load.vim

6 lines
111 B
VimL
Raw Permalink Normal View History

2023-06-18 17:20:21 +02:00
call dein#add('PProvost/vim-ps1', #{
\ lazy: 1,
\ merge_ftdetect: v:true,
2023-06-18 17:20:21 +02:00
\ on_ft: ['ps1', 'ps1xml'],
\ })