Plugins - Powershell support

This commit is contained in:
Emmanuel BENOîT 2023-06-18 17:20:21 +02:00
parent 64ae9ae009
commit 06757edcd6
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 4 additions and 1 deletions

View file

@ -1 +0,0 @@
NeoBundle 'zigford/vim-powershell'

4
plugins/vim-ps1.load.vim Normal file
View file

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