1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Add lang#xquery layer (#3327)

This commit is contained in:
Wang Shidong 2020-02-02 22:25:46 +08:00 committed by GitHub
parent cf0487d499
commit 3178aefbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
"=============================================================================
" xquery.vim --- xquery langauge support
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg@outlook.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
function! SpaceVim#layers#lang#xquery#plugins() abort
let plugins = []
call add(plugins, ['wsdjeg/vim-xquery', {'merged' : 0}])
return plugins
endfunction
function! SpaceVim#layers#lang#xquery#config() abort
endfunction