mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:40:05 +08:00
Add lang#wdl layer (#3307)
This commit is contained in:
parent
4c7e254ef8
commit
4a77d41c37
14
autoload/SpaceVim/layers/lang/wdl.vim
Normal file
14
autoload/SpaceVim/layers/lang/wdl.vim
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
"=============================================================================
|
||||||
|
" wdl.vim --- openwdl support in SpaceVim
|
||||||
|
" Copyright (c) 2016-2019 Wang Shidong & Contributors
|
||||||
|
" Author: Wang Shidong < wsdjeg@outlook.com >
|
||||||
|
" URL: https://spacevim.org
|
||||||
|
" License: GPLv3
|
||||||
|
"=============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
function! SpaceVim#layers#lang#wdl#plugins() abort
|
||||||
|
let plugins = []
|
||||||
|
call add(plugins, ['wsdjeg/vim-wdl', {'merged' : 0}])
|
||||||
|
return plugins
|
||||||
|
endfunction
|
Loading…
Reference in New Issue
Block a user