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

Fix puppet doc

This commit is contained in:
wsdjeg 2017-02-13 22:08:11 +08:00
parent ef6d18e8f7
commit 3ef3437074
3 changed files with 19 additions and 8 deletions

View File

@ -23,7 +23,6 @@ function! SpaceVim#layers#lang#plugins() abort
\ ['lervag/vimtex', { 'on_ft' : 'tex'}],
\ ['vimperator/vimperator.vim', { 'on_ft' : 'vimperator'}],
\ ['voxpupuli/vim-puppet', {'on_ft' : 'puppet'}],
\ ['rust-lang/rust.vim', {'merged' : 1}],
\ ]
return plugins
endfunction

View File

@ -1,3 +1,15 @@
""
" @section lang#puppet, layer-lang-puppet
" @parentsection layers
" this layer is for Puppet development, and it provides syntax highlighting,
" and syntax check.
"
" requirement:
" >
" Puppet
" Puppet Lint
" <
function! SpaceVim#layers#lang#puppet#plugins() abort
let plugins = []
call add(plugins, ['voxpupuli/vim-puppet', { 'on_ft' : 'puppet', 'loadconf_before' : 1}])

View File

@ -32,11 +32,11 @@ CONTENTS *SpaceVim-contents*
10. lang#java.................................|SpaceVim-layer-lang-java|
11. lang#ocaml...............................|SpaceVim-layer-lang-ocaml|
12. lang#php...................................|SpaceVim-layer-lang-php|
12. lang#puppet.............................|SpaceVim-layer-lang-puppet|
13. lang#python.............................|SpaceVim-layer-lang-python|
14. lang#rust.................................|SpaceVim-layer-lang-rust|
15. lang#xml...................................|SpaceVim-layer-lang-xml|
16. shell.........................................|SpaceVim-layer-shell|
13. lang#puppet.............................|SpaceVim-layer-lang-puppet|
14. lang#python.............................|SpaceVim-layer-lang-python|
15. lang#rust.................................|SpaceVim-layer-lang-rust|
16. lang#xml...................................|SpaceVim-layer-lang-xml|
17. shell.........................................|SpaceVim-layer-shell|
5. FAQ........................................................|SpaceVim-faq|
==============================================================================
@ -596,8 +596,8 @@ requirement:
==============================================================================
LANG#PUPPET *SpaceVim-layer-lang-puppet*
this layer is for Puppet development, and it provides syntax highlighting,
and syntax check.
this layer is for Puppet development, and it provides syntax highlighting, and
syntax check.
requirement:
>