mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-23 11:21:34 +08:00
15 lines
483 B
VimL
15 lines
483 B
VimL
"=============================================================================
|
|
" ps1.vim --- SpaceVim lang#ps1 layer
|
|
" Copyright (c) 2016-2017 Wang Shidong & Contributors
|
|
" Author: Wang Shidong < wsdjeg at 163.com >
|
|
" URL: https://spacevim.org
|
|
" License: GPLv3
|
|
"=============================================================================
|
|
|
|
|
|
function! SpaceVim#layers#lang#ps1#plugins() abort
|
|
let plugins = []
|
|
call add(plugins, ['PProvost/vim-ps1'])
|
|
return plugins
|
|
endfunction
|