1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-01 00:50:31 +08:00
2018-09-07 19:52:15 +08:00

15 lines
500 B
VimL

"=============================================================================
" vue.vim --- lang#vue layer for SpaceVim
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#layers#lang#vue#plugins() abort
let plugins = []
call add(plugins, ['posva/vim-vue', {'merged' : 0}])
return plugins
endfunction