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

docs(lang#puppet): update puppet layer doc

This commit is contained in:
Shidong Wang 2021-12-15 21:01:15 +08:00
parent 5b6e41f1bb
commit d6e740476d
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848
2 changed files with 8 additions and 10 deletions

View File

@ -10,12 +10,11 @@
" @section lang#puppet, layers-lang-puppet
" @parentsection layers
" This layer is for Puppet development. It provides syntax highlighting and
" syntax checking.
"
" Requirements:
" syntax checking. This layer is not loaded by default. To load this layer,
" add following snippet into SpaceVim configuration file:
" >
" Puppet
" Puppet Lint
" [[layers]]
" name = 'lang#puppet'
" <
function! SpaceVim#layers#lang#puppet#plugins() abort

View File

@ -3651,12 +3651,11 @@ This layer also provides REPL support for prolog, the key bindings are:
LANG#PUPPET *SpaceVim-layers-lang-puppet*
This layer is for Puppet development. It provides syntax highlighting and
syntax checking.
Requirements:
syntax checking. This layer is not loaded by default. To load this layer, add
following snippet into SpaceVim configuration file:
>
Puppet
Puppet Lint
[[layers]]
name = 'lang#puppet'
<
==============================================================================