1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Add installer for windows

This commit is contained in:
wsdjeg 2017-11-05 19:57:59 +08:00
parent 41ff68b9d2
commit cfdcf759d8
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function! SpaceVim#layers#lang#ps1#plugins() abort
let plugins = []
call add(plugins, ['PProvost/vim-ps1'])
return plugins
endfunction

1
docs/install.cmd Normal file
View File

@ -0,0 +1 @@
@PowerShell -ExecutionPolicy Bypass -Command Invoke-Expression $('$args=@(^&{$args} %*);'+[String]::Join(';',(Get-Content '%~f0') -notmatch '^^@PowerShell.*EOF$')) & goto :EOF