Plugins - Powershell support
This commit is contained in:
parent
64ae9ae009
commit
06757edcd6
2 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'zigford/vim-powershell'
|
4
plugins/vim-ps1.load.vim
Normal file
4
plugins/vim-ps1.load.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
call dein#add('PProvost/vim-ps1', #{
|
||||
\ lazy: 1,
|
||||
\ on_ft: ['ps1', 'ps1xml'],
|
||||
\ })
|
Loading…
Reference in a new issue