1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 06:13:44 +08:00
SpaceVim/autoload/SpaceVim/layers/vim.vim
Wang Shidong 3ccd4e4680
update file head (#1407)
* update file head

Update file head

* Update file head

* Update file head
2018-02-19 22:07:04 +08:00

15 lines
583 B
VimL

"=============================================================================
" vim.vim --- SpaceVim vim layer
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#layers#vim#plugins() abort
return [
\ ['Shougo/vimshell.vim', { 'on_cmd':['VimShell']}],
\ ['mattn/vim-terminal', { 'on_cmd':['Terminal']}],
\ ]
endfunction