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:
parent
cf0487d499
commit
3178aefbdd
18
autoload/SpaceVim/layers/lang/xquery.vim
Normal file
18
autoload/SpaceVim/layers/lang/xquery.vim
Normal 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
|
Loading…
x
Reference in New Issue
Block a user