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:
parent
41ff68b9d2
commit
cfdcf759d8
5
autoload/SpaceVim/layers/lang/ps1.vim
Normal file
5
autoload/SpaceVim/layers/lang/ps1.vim
Normal 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
1
docs/install.cmd
Normal file
@ -0,0 +1 @@
|
||||
@PowerShell -ExecutionPolicy Bypass -Command Invoke-Expression $('$args=@(^&{$args} %*);'+[String]::Join(';',(Get-Content '%~f0') -notmatch '^^@PowerShell.*EOF$')) & goto :EOF
|
Loading…
x
Reference in New Issue
Block a user