1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

Add lang#pascal layer

This commit is contained in:
Shidong Wang 2019-06-16 11:50:22 +08:00
parent 9e3b979242
commit ef98791301
3 changed files with 23 additions and 0 deletions

View File

@ -9,6 +9,10 @@
""
" @section Layers, layers
" SpaceVim support such layers:
"
" languages:
"
" https://www.scriptol.com/programming/list-programming-languages.php#query-language
let s:enabled_layers = []
let s:layers_vars = {}

View File

@ -0,0 +1,14 @@
"=============================================================================
" pascal.vim --- pascal language 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#autoload#lang#pascal#plugins() abort
let plugins = []
return plugins
endfunction

View File

@ -1137,6 +1137,11 @@ LAYERS *SpaceVim-layers*
SpaceVim support such layers:
languages:
https://www.scriptol.com/programming/list-programming-languages.php#query-lang
uage
==============================================================================
AUTOCOMPLETE *SpaceVim-autocomplete*